fix(deps): update rust crate reqwest to v0.12.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
reqwest | dependencies | patch |
0.12.2 -> 0.12.3
|
reqwest | dependencies | patch |
^0.12.2 -> ^0.12.3
|
Release Notes
seanmonstar/reqwest (reqwest)
v0.12.3
- Add
FromStr
fordns::Name
. - Add
ClientBuilder::built_in_webpki_certs(bool)
to enable them separately. - Add
ClientBuilder::built_in_native_certs(bool)
to enable them separately. - Fix sending
content-length: 0
for GET requests. - Fix response body
content_length()
to return value when timeout is configured. - Fix
ClientBuilder::resolve()
to use lowercase domain names.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.