Skip to content

chore(deps): update rust crate reqwest to v0.12.22 #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2025

Conversation

renovateselfhost[bot]
Copy link
Contributor

@renovateselfhost renovateselfhost bot commented Mar 19, 2025

This PR contains the following updates:

Package Type Update Change
reqwest dependencies patch 0.12.14 -> 0.12.22

Release Notes

seanmonstar/reqwest (reqwest)

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

v0.12.15

Compare Source

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

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 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 has been generated by Renovate Bot.

@renovateselfhost renovateselfhost bot force-pushed the renovate/reqwest-0.x-lockfile branch from f108be4 to 63b4c71 Compare May 28, 2025 14:38
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate reqwest to v0.12.15 chore(deps): update rust crate reqwest to v0.12.17 May 28, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/reqwest-0.x-lockfile branch from 63b4c71 to 5633185 Compare May 29, 2025 14:36
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate reqwest to v0.12.17 chore(deps): update rust crate reqwest to v0.12.18 May 29, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/reqwest-0.x-lockfile branch from 5633185 to f52f646 Compare June 2, 2025 14:38
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate reqwest to v0.12.18 chore(deps): update rust crate reqwest to v0.12.19 Jun 2, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/reqwest-0.x-lockfile branch from f52f646 to 2b01af1 Compare June 11, 2025 14:37
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate reqwest to v0.12.19 chore(deps): update rust crate reqwest to v0.12.20 Jun 11, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/reqwest-0.x-lockfile branch from 2b01af1 to f799ec7 Compare July 1, 2025 14:36
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate reqwest to v0.12.20 chore(deps): update rust crate reqwest to v0.12.21 Jul 1, 2025
@renovateselfhost renovateselfhost bot force-pushed the renovate/reqwest-0.x-lockfile branch from f799ec7 to c30ce87 Compare July 2, 2025 14:37
@renovateselfhost renovateselfhost bot changed the title chore(deps): update rust crate reqwest to v0.12.21 chore(deps): update rust crate reqwest to v0.12.22 Jul 2, 2025
@TanyaSrinidhi TanyaSrinidhi added this pull request to the merge queue Jul 10, 2025
Merged via the queue into main with commit 0a761e3 Jul 10, 2025
6 checks passed
@TanyaSrinidhi TanyaSrinidhi deleted the renovate/reqwest-0.x-lockfile branch July 10, 2025 23:22
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.

1 participant