Skip to content

chore(deps): update rust crate reqwest to v0.12.23#120

Closed
renovate-thm[bot] wants to merge 1 commit into
mainfrom
renovate-gha/reqwest-0.x-lockfile
Closed

chore(deps): update rust crate reqwest to v0.12.23#120
renovate-thm[bot] wants to merge 1 commit into
mainfrom
renovate-gha/reqwest-0.x-lockfile

Conversation

@renovate-thm
Copy link
Copy Markdown
Contributor

@renovate-thm renovate-thm Bot commented May 27, 2025

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::retries(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 - "every weekday after 9am before 5pm" in timezone America/New_York, 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 has been generated by Renovate Bot.

@renovate-thm renovate-thm Bot requested review from a team and reviewbot-theorem as code owners May 27, 2025 20:05
@thm-automation thm-automation Bot enabled auto-merge (squash) May 27, 2025 20:06
@renovate-thm renovate-thm Bot force-pushed the renovate-gha/reqwest-0.x-lockfile branch from 556d776 to 9d563a6 Compare May 28, 2025 13:15
@renovate-thm renovate-thm Bot changed the title chore(deps): update rust crate reqwest to v0.12.16 chore(deps): update rust crate reqwest to v0.12.17 May 28, 2025
@renovate-thm renovate-thm Bot force-pushed the renovate-gha/reqwest-0.x-lockfile branch from 9d563a6 to 237fc63 Compare May 28, 2025 16:41
@renovate-thm renovate-thm 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 28, 2025
@renovate-thm renovate-thm Bot force-pushed the renovate-gha/reqwest-0.x-lockfile branch from 237fc63 to 522dd76 Compare June 2, 2025 12:47
@renovate-thm renovate-thm 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
@renovate-thm renovate-thm Bot force-pushed the renovate-gha/reqwest-0.x-lockfile branch from 522dd76 to 37940fe Compare June 10, 2025 19:05
@renovate-thm renovate-thm 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 10, 2025
@renovate-thm renovate-thm Bot force-pushed the renovate-gha/reqwest-0.x-lockfile branch from 37940fe to a207a1f Compare June 30, 2025 19:37
@renovate-thm renovate-thm Bot changed the title chore(deps): update rust crate reqwest to v0.12.20 chore(deps): update rust crate reqwest to v0.12.21 Jun 30, 2025
@renovate-thm renovate-thm Bot force-pushed the renovate-gha/reqwest-0.x-lockfile branch from a207a1f to fb11142 Compare July 1, 2025 17:08
@renovate-thm renovate-thm 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 1, 2025
@renovate-thm renovate-thm Bot force-pushed the renovate-gha/reqwest-0.x-lockfile branch from fb11142 to 12ef4ee Compare August 12, 2025 13:47
@renovate-thm renovate-thm Bot changed the title chore(deps): update rust crate reqwest to v0.12.22 chore(deps): update rust crate reqwest to v0.12.23 Aug 12, 2025
@markelliot markelliot closed this Aug 29, 2025
auto-merge was automatically disabled August 29, 2025 07:44

Pull request was closed

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants