rust-web3
rust-web3 copied to clipboard
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.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
Changelog
Sourced from reqwest's changelog.
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://.- Fix setting
nodelaywhen TLS is enabled but URL is HTTP.- (wasm) Add
ClientBuilder::user_agent(val).- (wasm) add
multipart::Form::headers(headers).v0.11.22
- Fix compilation on Windows when
trust-dnsis enabled.v0.11.21
- Add automatically detecting macOS proxy settings.
- Add
ClientBuilder::tls_info(bool), which will puttls::TlsInfointo the response extensions.- Fix trust-dns resolver from possible hangs.
... (truncated)
Commits
92aa28cv0.12.06c6170bfeat: Make encoding_rs an optional dependency calledcharsetd1022b3Support conversion to http::Responsea29c7f9Add macos-system-configuration feature flag886cd81crate: hide internal features (#2026)18f2bb8feat: Allow binding interface (#2163)fee78ecfeat: Add http2 cargo feature (#2162)eb94f26feat: hyper v1 upgrade (#2059)cf69fd4v0.11.27d0d2b47docs: add note about sponsors/support- 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 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.