Update reqwest requirement from 0.11 to 0.12
Updates the requirements on reqwest to permit the latest version.
Release notes
Sourced from reqwest's releases.
v0.12.2
What's Changed
- 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.
New Contributors
@cxw620made their first contribution in seanmonstar/reqwest#2165Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.1...v0.12.2
Changelog
Sourced from reqwest's changelog.
v0.12.2
- 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
- Fix
ClientBuilder::interface()when no TLS is enabled.- Fix
TlsInfo::peer_certificate()being truncated with rustls.- Fix panic if
http2feature disabled but TLS negotiated h2 in ALPN.- Fix
DisplayforErrorto not include its source error.v0.12.0
- Upgrade to
hyper,http, andhttp-bodyv1.- Add better support for converting to and from
http::Requestandhttp::Response.- Add
http2optional cargo feature, default on.- Add
charsetoptional cargo feature, default on.- Add
macos-system-configurationcargo feature, default on.- Change all optional dependencies to no longer be exposed as implicit features.
- Add
ClientBuilder::interface(str)to specify the local interface to bind to.- Experimental: disables the
http3feature temporarily.v0.11.27
- Add
hickory-dnsfeature, deprecatingtrust-dns.- (wasm) Fix
Form::text()to not set octet-stream for plain text fields.v0.11.26
- Revert
system-configurationupgrade, which broke MSRV on macOS.v0.11.25
- Fix
Certificate::from_pem_bundle()parsing.- Fix Apple linker errors from detecting system proxies.
v0.11.24
- Add
Certificate::from_pem_bundle()to add a bundle.- Add
http3_prior_knowledge()to blocking client builder.- Remove
Syncbounds requirement forBody::wrap_stream().- Fix HTTP/2 to retry
REFUSED_STREAMrequests.- Fix instances of converting
UrltoUrithat could panic.v0.11.23
- Add
Proxy::custom_http_auth(val)for setting the rawProxy-Authorizationheader when connecting to proxies.- Fix redirect to reject locations that are not
http://orhttps://.
... (truncated)
Commits
6768a8ev0.12.2fff307bfix(connect): ALPN missed when using socks5 proxy with rustls backend (#2164)04bf45ffix: tls version limit for rustls (#2203)056f8c4fix(connect): not negotiate h2 when using native-tls backend (#2165)e0ea15bv0.12.13d78fcbfix: Display for Error shouldn't include source (#2199)c535724Fix binding interface when no TLS is used (#2200)d5adcbafix: rustls extraction ofTlsInfo::peer_certificate()being truncated (#2195)7a5df21fix: could panic if http2 disabled but TLS negotiated h2 (#2194)d5051f9Update version number in Readme- 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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)
Blocked by https://github.com/06chaynes/http-cache/pull/76
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.