fix(deps): update rust crate reqwest to v0.12.15
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
reqwest | dependencies | patch |
0.12.9 -> 0.12.15
|
Release Notes
seanmonstar/reqwest (reqwest)
v0.12.15
- Fix Windows to support both
ProxyOverride
andNO_PROXY
. - Fix http3 to support streaming response bodies.
- Fix http3 dependency from public API misuse.
v0.12.14
- Fix missing
fetch_mode_no_cors()
, marking as deprecated when not on WASM.
v0.12.13
- Add
Form::into_reader()
for blockingmultipart
forms. - Add
Form::into_stream()
for asyncmultipart
forms. - Add support for SOCKS4a proxies.
- Fix decoding responses with multiple zstd frames.
- Fix
RequestBuilder::form()
from overwriting a previously setContent-Type
header, like the other builder methods. - Fix cloning of request timeout in
blocking::Request
. - Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
- Fix Windows system proxy to use
ProxyOverride
as aNO_PROXY
value. - Fix blocking read to correctly reserve and zero read buffer.
- (wasm) Add support for request timeouts.
- (wasm) Fix
Error::is_timeout()
to return true when from a request timeout.
v0.12.12
- (wasm) Fix compilation by not compiler
tokio/time
on WASM.
v0.12.11
- Fix decompression returning an error when HTTP/2 ends with an empty data frame.
v0.12.10
- Add
ClientBuilder::connector_layer()
to allow customizing the connector stack. - Add
ClientBuilder::http2_max_header_list_size()
option. - Fix propagating body size hint (
content-length
) information when wrapping bodies. - Fix decompression of chunked bodies so the connections can be reused more often.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate