build(deps): bump reqwest from 0.12.23 to 0.13.2
Closed
Number: #56
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
February 09, 2026 at 01:45 AM UTC
(4 months ago)
(4 months ago)
Updated:
May 04, 2026 at 01:45 AM UTC
(about 2 months ago)
(about 2 months ago)
Closed:
May 04, 2026 at 01:45 AM UTC
(about 2 months ago)
(about 2 months ago)
Time to Close:
3 months
Labels:
dependencies rust
dependencies rust
Description:
Bumps reqwest from 0.12.23 to 0.13.2.
Release notes
Sourced from reqwest's releases.
v0.13.1
What's Changed
- http3: depend on quinn/rustls-aws-lc-rs to avoid ring dependency by
@djcin seanmonstar/reqwest#2917- fix rustls on android by
@seanmonstarin seanmonstar/reqwest#2918Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.13.0...v0.13.1
v0.13.0
Breaking changes
rustlsis now the default TLS backend, instead ofnative-tls.rustlscrypto provider defaults to aws-lc instead of ring. (rustls-no-providerexists if you want a different crypto provider)rustls-tlshas been renamed torustls.- rustls roots features removed,
rustls-platform-verifieris used by default.
- To use different roots, call
tls_certs_only(your_roots).native-tlsnow includes ALPN. To disable, usenative-tls-no-alpn.queryandformare now crate features, disabled by default.- Long-deprecated methods and crate features have been removed (such as
trust-dns, which was renamedhickory-dnsa while ago).- Many TLS-related methods renamed to improve autocompletion and discovery, but previous name left in place with a "soft" deprecation. (just documented, no warnings)
- For example, prefer
tls_backend_rustls()overuse_rustls_tls().Pull Requests in General
- start 0.13 dev by
@seanmonstarin seanmonstar/reqwest#2894- Make
serdeoptional by introducingquery,formfeatures, and re-working WASM header parsing by@CathalMullanin seanmonstar/reqwest#2858- replace
ClientBuilder::dns_resolverwithdns_resolver2by@seanmonstarin seanmonstar/reqwest#2898- feat: make Rustls the default TLS provider by
@calaverain seanmonstar/reqwest#2897- feat: consolidate TLS options with rustls-platform-verifier by
@seanmonstarin seanmonstar/reqwest#2891- remove long-deprecated methods: trust-dns and non-wasm-cors by
@seanmonstarin seanmonstar/reqwest#2899- rename rustls-tls feature to just rustls by
@seanmonstarin seanmonstar/reqwest#2900- remove deprecated features trust-dns and macos-system-configuration by
@seanmonstarin seanmonstar/reqwest#2901- chore: separate rustls and rustls-no-provider features by
@seanmonstarin seanmonstar/reqwest#2903- rustls: allow windows to use extra roots by
@seanmonstarin seanmonstar/reqwest#2904- v0.13.0-rc.1 by
@seanmonstarin seanmonstar/reqwest#2905- Enable ALPN by default in native-tls by
@ducaalein seanmonstar/reqwest#2907- v0.13.0 by
@seanmonstarin seanmonstar/reqwest#2915New Contributors
@CathalMullanmade their first contribution in seanmonstar/reqwest#2858Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.28...v0.13.0
v0.13.0-rc.1
👀 Discussion here if you give it try, thanks!
Main breaking changes
- rustls is now default instead of native-tls
- rustls provider defaults to aws-lc instead of ring (
rustls-no-providerexists if you want to enable a different one)- rustls-tls renamed to rustls
- rustls roots features removed, platform-verifier is used instead
... (truncated)
Changelog
Sourced from reqwest's changelog.
v0.13.2
- Fix HTTP/2 and native-tls ALPN feature combinations.
- Fix HTTP/3 to send h3 ALPN.
- (wasm) fix
RequestBuilder::json()from override previously set content-type.v0.13.1
- Fixes compiling with rustls on Android targets.
v0.13.0
- Breaking changes:
rustlsis now the default TLS backend, instead ofnative-tls.rustlscrypto provider defaults to aws-lc instead of ring. (rustls-no-providerexists if you want a different crypto provider)rustls-tlshas been renamed torustls.- rustls roots features removed,
rustls-platform-verifieris used by default.
- To use different roots, call
tls_certs_only(your_roots).native-tlsnow includes ALPN. To disable, usenative-tls-no-alpn.queryandformare now crate features, disabled by default.- Long-deprecated methods and crate features have been removed (such as
trust-dns, which was renamedhickory-dnsa while ago).- Many TLS-related methods renamed to improve autocompletion and discovery, but previous name left in place with a "soft" deprecation. (just documented, no warnings)
- For example, prefer
tls_backend_rustls()overuse_rustls_tls().v0.12.28
- Fix compiling on Windows if TLS and SOCKS features are not enabled.
v0.12.27
- Add
ClientBuilder::windows_named_pipe(name)option that will force all requests over that Windows Named Piper.v0.12.26
- Fix sending
Accept-Encodingheader only with values configured with reqwest, regardless of underlying tower-http config.v0.12.25
- Add
Error::is_upgrade()to determine if the error was from an HTTP upgrade.- Fix sending
Proxy-Authorizationif only username is configured.- Fix sending
Proxy-Authorizationto HTTPS proxies when the target is HTTP.- Refactor internal decompression handling to use tower-http.
v0.12.24
- Refactor cookie handling to an internal middleware.
- Refactor internal random generator.
- Refactor base64 encoding to reduce a copy.
- Documentation updates.
Commits
ad83b63v0.13.2c25f3dbchore: Add Windows and Linux arm64 to CI (#2960)761b89echore: upgrade wasm-streams to v0.5 (#2958)fd2d507fix(wasm): custom content-type overidden by json method for wasm (#2908)23eb7d4chore: update copyright year to 2026 (#2943)10c31c2fix(http3): specify h3 alpn for http3 connector (#2929)8530ec3docs: native-tls-alpn has changed to native-tls-no-alpn (#2940)04a216fchore(deps): remove unused webpki-roots and rustls-native-certs (#2932)406b59efix http2 feature is not enabled for native-tls ALPN (#2927)325a020Update readme for 0.13 (#2926)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
Technical Details
| ID: | 15631534 |
| UUID: | 3914052727 |
| Node ID: | PR_kwDOMPy4gM7CXKgl |
| Host: | GitHub |
| Repository: | GalvinPython/latest-uploads-api |