Bump reqwest from 0.9.20 to 0.11.1
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps reqwest from 0.9.20 to 0.11.1.
Release notes
Sourced from reqwest's releases.
v0.11.1
- Add
ClientBuilder::tls_built_in_root_certs()option to disable built-in root certificates.- Fix
rustls-tlsglue to more often support ALPN to upgrade to HTTP/2.- Fix proxy parsing to assume
http://if no scheme is found.- Fix connection pool idle reaping by enabling hyper's
runtimefeature.- (wasm) Add
Request::new()constructor.v0.11.0
- Change
multipartto be an optional cargo feature.- Remove deprecated methods.
- Update to Tokio v1.0.
- Update to Bytes v1.0.
- Update to hyper v0.14.
v0.10.10
- Add
tcp_keepaliveoption toblocking::ClientBuilder.- Add
multipart::Part::stream_with_lengthconstructor, to create a streaming part with a known length.- Add
ClientBuilder::https_onlyoption, to allow requiring URLs to behttps.- Change default
tcp_keepalivevalue to be disabled.v0.10.9
- Add
rustls-tls-native-roots,rustls-tls-webpki-roots, andrustls-tls-manual-rootsCargo features, to configure which certificate roots to use with rustls.- Add
ClientBuilder::tcp_keepalive()method to enable TCP keepalive.- Add
ClientBuilder::http1_writev()method to force enable or disable vectored writes.- Add
Error::is_connect()method to identify if the error is related to connection-establishment.- Add
blocking::ClientBuilder::brotli()method.- Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.
- (wasm) Add support for Cloudflare workers runtime.
- (wasm) Add
ClientBuilder::default_headers()method.- (wasm) Add
RequestBuilder::build()method.v0.10.8
- Add
must_usetoRequestBuilderandClientBuilder.- Fix Windows system proxy detection of Fiddler proxies.
- (wasm) Add
headersmethod toRequestBuilder.- (wasm) Add
executemethod toClient.- (wasm) Add
TryFrom<http::Request>forRequest.- (wasm) Fix checking for global
windowto work in non-browser environments.- (wasm) Fix sending of an empty body when not required.
v0.10.7
- Add
NO_PROXYenvironment variable support.- Add more
Error::{is_request, is_body, is_decode}getters.- Add conversion of
reqwest::ClientBuildertoreqwest::blocking::ClientBuilder.- Add
headers_mut()toreqwest::blocking::Response.- (wasm) Add
form(),query(),multipartandbearer_auth()toRequestBuilder.v0.10.6
... (truncated)
Changelog
Sourced from reqwest's changelog.
v0.11.1
- Add
ClientBuilder::tls_built_in_root_certs()option to disable built-in root certificates.- Fix
rustls-tlsglue to more often support ALPN to upgrade to HTTP/2.- Fix proxy parsing to assume
http://if no scheme is found.- Fix connection pool idle reaping by enabling hyper's
runtimefeature.- (wasm) Add
Request::new()constructor.v0.11.0
Change
multipartto be an optional cargo feature.Remove deprecated methods.
Update to Tokio v1.0.
Update to Bytes v1.0.
Update to hyper v0.14.
v0.10.10
- Add
tcp_keepaliveoption toblocking::ClientBuilder.- Add
multipart::Part::stream_with_lengthconstructor, to create a streaming part with a known length.- Add
ClientBuilder::https_onlyoption, to allow requiring URLs to behttps.- Change default
tcp_keepalivevalue to be disabled.v0.10.9
- Add
rustls-tls-native-roots,rustls-tls-webpki-roots, andrustls-tls-manual-rootsCargo features, to configure which certificate roots to use with rustls.- Add
ClientBuilder::tcp_keepalive()method to enable TCP keepalive.- Add
ClientBuilder::http1_writev()method to force enable or disable vectored writes.- Add
Error::is_connect()method to identify if the error is related to connection-establishment.- Add
blocking::ClientBuilder::brotli()method.- Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.
- (wasm) Add support for Cloudflare workers runtime.
- (wasm) Add
ClientBuilder::default_headers()method.- (wasm) Add
RequestBuilder::build()method.v0.10.8
- Add
must_usetoRequestBuilderandClientBuilder.- Fix Windows system proxy detection of Fiddler proxies.
- (wasm) Add
headersmethod toRequestBuilder.- (wasm) Add
executemethod toClient.- (wasm) Add
TryFrom<http::Request>forRequest.- (wasm) Fix checking for global
windowto work in non-browser environments.- (wasm) Fix sending of an empty body when not required.
v0.10.7
- Add
NO_PROXYenvironment variable support.- Add more
Error::{is_request, is_body, is_decode}getters.
... (truncated)
Commits
8689aa4v0.11.1f5450f5support http proxy addresses with no schemec27cd06Usedoc_cfgto show feature requirements (#1134)727903fMake Request constructor public for wasm environments (#1173)2940740fix: Upgrade to http2 if the server reports that it supports it (#1166)ad21b62Fix Android CI build (#1169)287a6d1Lint: fix unusedIdentityif only usingdefault-tls(#1164)e56bd16Enable hyper's runtime feature (#1162) (#1163)326b8a7Marked sensitive headers as such in docs (#1160)9ae11b2Document thatblockingand async do not mix (#1159)- 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)