fix(deps): update rust crate reqwest to 0.11.19
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
reqwest | dependencies | patch |
0.11.18 -> 0.11.19
|
Release Notes
seanmonstar/reqwest (reqwest)
v0.11.19
- Add
ClientBuilder::http1_ignore_invalid_headers_in_responses()
option. - Add
ClientBuilder::http1_allow_spaces_after_header_name_in_responses()
option. - Add support for
ALL_MROXY
environment variable. - Add support for
use_preconfigured_tls
when combined with HTTP/3. - Fix
deflate
decompression from using the zlib decoder. - Fix
Response::{text, text_with_charset}()
to strip BOM characters. - Fix a panic when HTTP/3 is used if UDP isn't able to connect.
- Fix some dependencies for HTTP/3.
- Increase MSRV to 1.63.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.