Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2025

This PR contains the following updates:

Package Type Update Change
reqwest workspace.dependencies patch 0.12.22 -> 0.12.24

Release Notes

seanmonstar/reqwest (reqwest)

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.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 added the internal A refactor or improvement that is not user-facing label Aug 25, 2025
@charliermarsh
Copy link
Member

We may want to change our policy on reqwest to be N-1 or something, since we've had a few errors slip through?

@renovate renovate bot temporarily deployed to uv-test-registries August 25, 2025 02:46 Inactive
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 0e63337 to 618584b Compare September 2, 2025 22:19
@renovate renovate bot temporarily deployed to uv-test-registries September 2, 2025 22:21 Inactive
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 618584b to 6ac8a0d Compare September 15, 2025 08:17
@renovate renovate bot temporarily deployed to uv-test-registries September 15, 2025 08:19 Inactive
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 6ac8a0d to 15d7d8e Compare September 15, 2025 19:34
@renovate renovate bot temporarily deployed to uv-test-registries September 15, 2025 19:36 Inactive
@zanieb
Copy link
Member

zanieb commented Sep 15, 2025

That sounds reasonable to me, though I suspect we'll still be the ones to find the bugs :)

@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 15d7d8e to 221b6c1 Compare October 13, 2025 17:00
@renovate renovate bot deployed to uv-test-registries October 13, 2025 17:04 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal A refactor or improvement that is not user-facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants