chore(deps): update reqwest requirement from 0.12.14 to 0.13.2 in /api
Closed
Number: #213
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
April 27, 2026 at 04:28 AM UTC
(about 2 months ago)
(about 2 months ago)
Updated:
May 04, 2026 at 04:28 AM UTC
(about 2 months ago)
(about 2 months ago)
Closed:
May 04, 2026 at 04:28 AM UTC
(about 2 months ago)
(about 2 months ago)
Time to Close:
7 days
Labels:
dependencies rust
dependencies rust
Description:
Updates the requirements on reqwest to permit the latest version.
Release notes
Sourced from reqwest's releases.
v0.13.2
tl;dr
- 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.What's Changed
- chore(deps): bump actions/checkout from 5 to 6 by
@dependabot[bot] in seanmonstar/reqwest#2921- Update readme for 0.13 by
@VojtaStanekin seanmonstar/reqwest#2926- fix http2 feature is not enabled for "native-tls" by
@fox0in seanmonstar/reqwest#2927- chore(deps): remove unused webpki-roots and rustls-native-certs by
@seanmonstarin seanmonstar/reqwest#2932- docs: native-tls-alpn has changed to native-tls-no-alpn by
@seanmonstarin seanmonstar/reqwest#2940- Specify h3 alpn for http3 connector by
@passcodin seanmonstar/reqwest#2929- update copyright year to 2026 by
@taozui472in seanmonstar/reqwest#2943- fix(json): custom content-type overidden by json method for wasm by
@Narendran-KTin seanmonstar/reqwest#2908- chore: upgrade wasm-streams to v0.5 by
@xangelixin seanmonstar/reqwest#2958- chore(ci): add windows and linux arm64 to ci by
@dennisamelingin seanmonstar/reqwest#2960New Contributors
@VojtaStanekmade their first contribution in seanmonstar/reqwest#2926@fox0made their first contribution in seanmonstar/reqwest#2927@passcodmade their first contribution in seanmonstar/reqwest#2929@taozui472made their first contribution in seanmonstar/reqwest#2943@Narendran-KTmade their first contribution in seanmonstar/reqwest#2908@xangelixmade their first contribution in seanmonstar/reqwest#2958@dennisamelingmade their first contribution in seanmonstar/reqwest#2960Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.13.1...v0.13.2
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.
... (truncated)
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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
Package Dependencies
Technical Details
| ID: | 15636324 |
| UUID: | 4333077288 |
| Node ID: | PR_kwDOMMg4rM7V0qOO |
| Host: | GitHub |
| Repository: | GalvinPython/feedr |