Skip to content

Comments

Update Rust crate reqwest to v0.12.28 - autoclosed#302

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/reqwest-0.x-lockfile
Closed

Update Rust crate reqwest to v0.12.28 - autoclosed#302
renovate[bot] wants to merge 1 commit intomainfrom
renovate/reqwest-0.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Type Update Change
reqwest dependencies patch 0.12.180.12.28

Release Notes

seanmonstar/reqwest (reqwest)

v0.12.28

Compare Source

  • Fix compiling on Windows if TLS and SOCKS features are not enabled.

v0.12.27

Compare Source

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Piper.

v0.12.26

Compare Source

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

v0.12.25

Compare Source

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.

v0.12.24

Compare Source

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.

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).

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 changed the title Update Rust crate reqwest to v0.12.19 Update Rust crate reqwest to v0.12.20 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 7e6f14e to 6347d0c Compare June 10, 2025 20:29
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.20 Update Rust crate reqwest to v0.12.21 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch 2 times, most recently from 3504d9f to 88a0209 Compare July 1, 2025 20:15
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.21 Update Rust crate reqwest to v0.12.22 Jul 1, 2025
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.22 Update Rust crate reqwest to v0.12.23 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 88a0209 to 6f00a69 Compare August 12, 2025 18:08
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.23 Update Rust crate reqwest to v0.12.24 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 6f00a69 to 0fff193 Compare October 13, 2025 18:36
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.24 Update Rust crate reqwest to v0.12.25 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 0fff193 to 264b383 Compare December 8, 2025 23:30
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.25 Update Rust crate reqwest to v0.12.26 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch 2 times, most recently from fe6ca6b to 65b89d9 Compare December 22, 2025 16:50
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.26 Update Rust crate reqwest to v0.12.27 Dec 22, 2025
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.27 Update Rust crate reqwest to v0.12.28 Dec 22, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 65b89d9 to 2c2914d Compare December 22, 2025 21:46
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.28 Update Rust crate reqwest to v0.12.28 - autoclosed Dec 30, 2025
@renovate renovate bot closed this Dec 30, 2025
@renovate renovate bot deleted the renovate/reqwest-0.x-lockfile branch December 30, 2025 18:55
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