dummyhttp
dummyhttp copied to clipboard
Bump reqwest from 0.11.10 to 0.11.11
Bumps reqwest from 0.11.10 to 0.11.11.
Release notes
Sourced from reqwest's releases.
v0.11.11
What's Changed
- Add HTTP/2 keep-alive configuration methods on
ClientBuilder.- Add
ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses().- Add
impl Service<Request>forClientand&'_ Client.- (wasm) Add
RequestBuilder::basic_auth().- Fix
RequestBuilder::headerto not overridesensitiveif user explicitly set on aHeaderValue.- Fix rustls parsing of elliptic curve private keys.
- Fix Proxy URL parsing of some invalid targets.
New Contributors
@jqnatividadmade their first contribution in seanmonstar/reqwest#1509@MisileLabmade their first contribution in seanmonstar/reqwest#1527@flaviomade their first contribution in seanmonstar/reqwest#1526@eyalsatorimade their first contribution in seanmonstar/reqwest#1523@Mathspymade their first contribution in seanmonstar/reqwest#1420@cuishuangmade their first contribution in seanmonstar/reqwest#1531@Coding-Badlymade their first contribution in seanmonstar/reqwest#1539@Osteoporosismade their first contribution in seanmonstar/reqwest#1543@neoeinsteinmade their first contribution in seanmonstar/reqwest#1556
Changelog
Sourced from reqwest's changelog.
v0.11.11
- Add HTTP/2 keep-alive configuration methods on
ClientBuilder.- Add
ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses().- Add
impl Service<Request>forClientand&'_ Client.- (wasm) Add
RequestBuilder::basic_auth().- Fix
RequestBuilder::headerto not overridesensitiveif user explicitly set on aHeaderValue.- Fix rustls parsing of elliptic curve private keys.
- Fix Proxy URL parsing of some invalid targets.
Commits
5397d2cv0.11.117a11d39feat: enable client to be a service without ownership (#1556)c4603b0Disable dependabot wasm alertsd536ce2Fix RequestBuilder to send explicitly sensitive headers28840af#1095: Implementbasic_authfor WASMc4d5094Update path and toolchain up to datea80c863Bump async-compression48a88fefix style and format0b9b499Expose hyper HTTP2 keep-alive config.2a6e012Fix Proxy URL parse error handling. (#1539)- 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)