Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

build(deps): update rust crate reqwest to v0.12.13#1125

Merged
viccuad merged 1 commit intomainfrom
renovate/all-patch
Mar 12, 2025
Merged

build(deps): update rust crate reqwest to v0.12.13#1125
viccuad merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 12, 2025

This PR contains the following updates:

Package Type Update Change
reqwest dependencies patch 0.12.12 -> 0.12.13

Release Notes

seanmonstar/reqwest (reqwest)

v0.12.13

Compare Source

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.34%. Comparing base (468fe38) to head (441e344).
⚠️ Report is 290 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1125   +/-   ##
=======================================
  Coverage   83.34%   83.34%           
=======================================
  Files          25       25           
  Lines        4342     4342           
=======================================
  Hits         3619     3619           
  Misses        723      723           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-patch branch from 577caff to 6960689 Compare March 12, 2025 08:15
@renovate renovate bot force-pushed the renovate/all-patch branch from 6960689 to 441e344 Compare March 12, 2025 09:15
@viccuad viccuad merged commit 83e705b into main Mar 12, 2025
25 of 27 checks passed
@github-project-automation github-project-automation bot moved this from Pending review to Done in Kubewarden Admission Controller Mar 12, 2025
@renovate renovate bot deleted the renovate/all-patch branch March 12, 2025 10:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Development

Successfully merging this pull request may close these issues.

2 participants