notify_push
notify_push copied to clipboard
Bump reqwest from 0.11.26 to 0.12.2
Bumps reqwest from 0.11.26 to 0.12.2.
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
v0.12.1
What's Changed
- 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.New Contributors
@atouchetmade their first contribution in seanmonstar/reqwest#2193@mbmemade their first contribution in seanmonstar/reqwest#2195Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.12.1
v0.12.0
What's Changed
- 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.Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.11.27...v0.12.0
v0.11.27
What's Changed
- Add
hickory-dnsfeature, deprecatingtrust-dns.- (wasm) Fix
Form::text()to not set octet-stream for plain text fields.New Contributors
@ashdnazgmade their first contribution in seanmonstar/reqwest#2174Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27
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.
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)