envio
envio copied to clipboard
Bump reqwest from 0.11.16 to 0.11.27
Bumps reqwest from 0.11.16 to 0.11.27.
Release notes
Sourced from reqwest's releases.
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
v0.11.26
- Revert
system-configurationupgrade, which broke MSRV on macOS.v0.11.25
What's Changed
- Fix
Certificate::from_pem_bundle()parsing.- Fix Apple linker errors from detecting system proxies.
New Contributors
@cdatamade their first contribution in seanmonstar/reqwest#2130@yottalogicalmade their first contribution in seanmonstar/reqwest#2154Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.11.25
v0.11.24
What's Changed
- 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.New Contributors
@magurotunamade their first contribution in seanmonstar/reqwest#2081@michaelciracimade their first contribution in seanmonstar/reqwest#2102@basic-bgnrmade their first contribution in seanmonstar/reqwest#2110@jgraefmade their first contribution in seanmonstar/reqwest#2114@LucasPickeringmade their first contribution in seanmonstar/reqwest#2040@gibbz00made their first contribution in seanmonstar/reqwest#2032Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24
v0.11.23
What's Changed
- 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).
... (truncated)
Changelog
Sourced from reqwest's changelog.
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.
- Fix connect timeout to be split among multiple IP addresses.
v0.11.20
- Fix
deflatedecompression back to using zlib, as outlined in the spec.v0.11.19
- Add
ClientBuilder::http1_ignore_invalid_headers_in_responses()option.- Add
ClientBuilder::http1_allow_spaces_after_header_name_in_responses()option.- Add support for
ALL_PROXYenvironment variable.
... (truncated)
Commits
cf69fd4v0.11.27d0d2b47docs: add note about sponsors/support2fe53c5refactor: Migrate trust-dns to hickory-dns6904889(wasm) fix: Form::text on wasm setting octet-stream mime type and file name. ...54bb709v0.11.26d334800Revert "fix: Patchsystem-configurationversion (#2130)" (#2172)c7940c6revert: hyper v1 upgrade (for now)e319263Fix missing tokio/io-util (#2168)037111ffeat: Allow binding interface (#2163)bfc54fcfeat: Add http2 cargo feature (#2162)- 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)