Skip to content

fix(deps): update rust crate reqwest to v0.12.2

Panter User for API access requested to merge renovate/reqwest-0.x into main

This MR contains the following updates:

Package Type Update Change
reqwest dependencies patch 0.12.0 -> 0.12.2
reqwest dependencies patch ^0.12.0 -> ^0.12.2

Release Notes

seanmonstar/reqwest (reqwest)

v0.12.2

Compare Source

  • Fix missing ALPN when connecting to socks5 proxy with rustls.
  • Fix TLS version limits with rustls.
  • Fix not detected ALPN h2 from server with native-tls.

v0.12.1

Compare Source

  • Fix ClientBuilder::interface() when no TLS is enabled.
  • Fix TlsInfo::peer_certificate() being truncated with rustls.
  • Fix panic if http2 feature disabled but TLS negotiated h2 in ALPN.
  • Fix Display for Error to not include its source error.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Panter User for API access

Merge request reports