Update Rust crate reqwest to 0.11.24
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
reqwest | dependencies | patch |
0.11.23 -> 0.11.24
|
Release Notes
seanmonstar/reqwest (reqwest)
v0.11.24
- Add
Certificate::from_pem_bundle()
to add a bundle. - Add
http3_prior_knowledge()
to blocking client builder. - Remove
Sync
bounds requirement forBody::wrap_stream()
. - Fix HTTP/2 to retry
REFUSED_STREAM
requests. - Fix instances of converting
Url
toUri
that could panic.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.