deplore
deplore copied to clipboard
Bump reqwest from 0.11.12 to 0.11.14 in /src-tauri
Bumps reqwest from 0.11.12 to 0.11.14.
Release notes
Sourced from reqwest's releases.
v0.11.14
What's Changed
- Adds
Proxy::no_proxy(url)
that works like the NO_PROXY environment variable.- Adds
multipart::Part::headers(headers)
method to add custom headers.- (wasm) Add
Response::bytes_stream()
.- Perf: several internal optimizations reducing copies and memory allocations.
New Contributors
@Austaras
made their first contribution in seanmonstar/reqwest#1699@BlackDex
made their first contribution in seanmonstar/reqwest#1701@Khoulaiz
made their first contribution in seanmonstar/reqwest#1694@beeb
made their first contribution in seanmonstar/reqwest#1687@link2xt
made their first contribution in seanmonstar/reqwest#1710@dmeijboom
made their first contribution in seanmonstar/reqwest#1713@lstrojny
made their first contribution in seanmonstar/reqwest#1730v0.11.13
What's Changed
- Add
ClientBuilder::dns_resolver()
option for custom DNS resolvers.- Add
ClientBuilder::tls_sni(bool)
option to enable or disable TLS Server Name Indication.- Add
Identity::from_pkcs8_pem()
constructor when usingnative-tls
.- Fix
redirect::Policy::limited(0)
from following any redirects.New Contributors
@NobodyXu
made their first contribution in seanmonstar/reqwest#1647@anhcuky
made their first contribution in seanmonstar/reqwest#1645@mirecl
made their first contribution in seanmonstar/reqwest#1655@irrelevelephant
made their first contribution in seanmonstar/reqwest#1653@Alvenix
made their first contribution in seanmonstar/reqwest#1669@kianmeng
made their first contribution in seanmonstar/reqwest#1562
Changelog
Sourced from reqwest's changelog.
v0.11.14
- Adds
Proxy::no_proxy(url)
that works like the NO_PROXY environment variable.- Adds
multipart::Part::headers(headers)
method to add custom headers.- (wasm) Add
Response::bytes_stream()
.- Perf: several internal optimizations reducing copies and memory allocations.
v0.11.13
- Add
ClientBuilder::dns_resolver()
option for custom DNS resolvers.- Add
ClientBuilder::tls_sni(bool)
option to enable or disable TLS Server Name Indication.- Add
Identity::from_pkcs8_pem()
constructor when usingnative-tls
.- Fix
redirect::Policy::limited(0)
from following any redirects.
Commits
3459b89
v0.11.14fac5103
Use SPDX license identifier (#1730)cda9c34
Optimize theNO_PROXY
domain matcher (#1728)6f714f4
Unify basic-auth header generation (#1726)6df8858
Updatebase64
to 0.21 (#1725)1d90496
Reduce string allocation during multipart header encoding (#1724)4d96adf
Implement bytes_stream() for wasm. (#1713)c2a1870
Documentation fix: it'sTCP_NODELAY
, notSO_NODELAY
(#1710)b16ea79
Add public interface to Multipart's Partheaders
(#1687)cdbf84f
AddsProxy::no_proxy(url)
(#1694)- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)