notify_push
notify_push copied to clipboard
Bump reqwest from 0.11.26 to 0.12.4
trafficstars
Bumps reqwest from 0.11.26 to 0.12.4.
Release notes
Sourced from reqwest's releases.
v0.12.4
What's Changed
- Add
zstdsupport, enabled withzstdCargo feature (thanks@paolobarbolini!)- Add
ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.New Contributors
@SamuelMarksmade their first contribution in seanmonstar/reqwest#2245v0.12.3
What's Changed
- Add
FromStrfordns::Name.- Add
ClientBuilder::built_in_webpki_certs(bool)to enable them separately.- Add
ClientBuilder::built_in_native_certs(bool)to enable them separately.- Fix sending
content-length: 0for GET requests.- Fix response body
content_length()to return value when timeout is configured.- Fix
ClientBuilder::resolve()to use lowercase domain names.New Contributors
@zuisongmade their first contribution in seanmonstar/reqwest#2207@djcmade their first contribution in seanmonstar/reqwest#2222@krantmade their first contribution in seanmonstar/reqwest#2226@Kriskras99made their first contribution in seanmonstar/reqwest#2236Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3
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
... (truncated)
Changelog
Sourced from reqwest's changelog.
v0.12.4
- Add
zstdsupport, enabled withzstdCargo feature.- Add
ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.v0.12.3
- Add
FromStrfordns::Name.- Add
ClientBuilder::built_in_webpki_certs(bool)to enable them separately.- Add
ClientBuilder::built_in_native_certs(bool)to enable them separately.- Fix sending
content-length: 0for GET requests.- Fix response body
content_length()to return value when timeout is configured.- Fix
ClientBuilder::resolve()to use lowercase domain names.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
de5dbb1v0.12.40f126f5tests: fix blocking test about empty bodies and content-length1073881feat: add zstd support (#1866)1af8945feat: add ClientBuilder::read_timeout(dur) (#2241)e99da85refactor: fix warnings related to mutability ofself(#2245)0720159v0.12.39209695Remove duplicate example for ClientBuilder::default_headers (#2236)e3a1565fix: use lower case domain string when usingresolveandresolve_to_addrs...b4c491afeat: allow fine-grained root certs for rustls (#2232)cf4295dchore: update winreg to 0.52.0 (#2226)- 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)