fix(deps): update rust crate reqwest to v0.12.6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
reqwest | dependencies | patch |
0.12.5 -> 0.12.6
|
Release Notes
seanmonstar/reqwest (reqwest)
v0.12.6
- Add support for
danger_accept_invalid_hostnames
forrustls
. - Add
impl Service<http::Request<Body>>
forClient
and&'_ Client
. - Add support for
!Sync
bodies inBody::wrap_stream()
. - Enable happy eyeballs when
hickory-dns
is used. - Fix
Proxy
so thatHTTP(S)_PROXY
values take precendence overALL_PROXY
. - Fix
blocking::RequestBuilder::header()
from unsettingsensitive
on passed header values.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.