fix(deps): update rust crate reqwest to v0.11.23
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
reqwest | dependencies | patch |
0.11.22 -> 0.11.23
|
Release Notes
seanmonstar/reqwest (reqwest)
v0.11.23
- Add
Proxy::custom_http_auth(val)
for setting the rawProxy-Authorization
header when connecting to proxies. - Fix redirect to reject locations that are not
http://
orhttps://
. - Fix setting
nodelay
when TLS is enabled but URL is HTTP. - (wasm) Add
ClientBuilder::user_agent(val)
. - (wasm) add
multipart::Form::headers(headers)
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.