Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 27, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
reqwest dependencies patch 0.12.15 -> 0.12.23

Release Notes

seanmonstar/reqwest (reqwest)

v0.12.23

Compare Source

  • Add ClientBuilder::unix_socket(path) option that will force all requests over that Unix Domain Socket.
  • Add ClientBuilder::retry(policy) and reqwest::retry::Builder to configure automatic retries.
  • Add ClientBuilder::dns_resolver2() with more ergonomic argument bounds, allowing more resolver implementations.
  • Add http3_* options to blocking::ClientBuilder.
  • Fix default TCP timeout values to enabled and faster.
  • Fix SOCKS proxies to default to port 1080
  • (wasm) Add cache methods to RequestBuilder.

v0.12.22

Compare Source

  • Fix socks proxies when resolving IPv6 destinations.

v0.12.21

Compare Source

  • Fix socks proxy to use socks4a:// instead of socks4h://.
  • Fix Error::is_timeout() to check for hyper and IO timeouts too.
  • Fix request Error to again include URLs when possible.
  • Fix socks connect error to include more context.
  • (wasm) implement Default for Body.

v0.12.20

Compare Source

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().

v0.12.19

Compare Source

  • Fix redirect that changes the method to GET should remove payload headers.
  • Fix redirect to only check the next scheme if the policy action is to follow.
  • (wasm) Fix compilation error if cookies feature is enabled (by the way, it's a noop feature in wasm).

v0.12.18

Compare Source

  • Fix compilation when socks enabled without TLS.

v0.12.17

Compare Source

  • Fix compilation on macOS.

v0.12.16

Compare Source

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 2a07cc7 to 61611b7 Compare May 28, 2025 16:02
@renovate renovate bot changed the title fix(deps): update rust crate reqwest to v0.12.16 fix(deps): update rust crate reqwest to v0.12.17 May 28, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 61611b7 to 84cd853 Compare May 28, 2025 20:41
@renovate renovate bot changed the title fix(deps): update rust crate reqwest to v0.12.17 fix(deps): update rust crate reqwest to v0.12.18 May 28, 2025
@renovate renovate bot changed the title fix(deps): update rust crate reqwest to v0.12.18 fix(deps): update rust crate reqwest to v0.12.19 Jun 2, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 84cd853 to 8273ecd Compare June 2, 2025 15:49
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 8273ecd to 91ca750 Compare June 10, 2025 22:41
@renovate renovate bot changed the title fix(deps): update rust crate reqwest to v0.12.19 fix(deps): update rust crate reqwest to v0.12.20 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 91ca750 to aca9ed2 Compare June 30, 2025 20:09
@renovate renovate bot changed the title fix(deps): update rust crate reqwest to v0.12.20 fix(deps): update rust crate reqwest to v0.12.21 Jun 30, 2025
@renovate renovate bot changed the title fix(deps): update rust crate reqwest to v0.12.21 fix(deps): update rust crate reqwest to v0.12.22 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from aca9ed2 to 0d73d02 Compare July 1, 2025 19:10
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 0d73d02 to f640b82 Compare August 10, 2025 14:13
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from f640b82 to bfec6a7 Compare August 12, 2025 14:14
@renovate renovate bot changed the title fix(deps): update rust crate reqwest to v0.12.22 fix(deps): update rust crate reqwest to v0.12.23 Aug 12, 2025
@renovate renovate bot changed the title fix(deps): update rust crate reqwest to v0.12.23 chore(deps): update rust crate reqwest to v0.12.23 Sep 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package reqwest@0.12.15 --precise 0.12.23
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants