Update Rust crate hyper to 0.14.28
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
hyper (source) | dependencies | patch |
0.14.27 -> 0.14.28
|
Release Notes
hyperium/hyper (hyper)
v0.14.28
Features
- body: deprecate to_bytes() and aggregate() (#3466) (7f382ad6)
-
client: add
conn::http1::Connection::without_shutdown()
method (#3431) (ad504977) -
server: add
Builder::local_addr()
(#3278) (d342c2c7)
Bug Fixes
-
client:
- panic when pool idle timeout set to zero (#3365) (34d38008)
- divide by zero error when DNS returns no addrs (#3355) (41eaf204)
- Do not strip
path
andscheme
components from URIs for HTTP/2 Extended CONNEC (45aa6249) - early respond from server shouldn't propagate reset error (#3274) (aac6760e, closes #2872)
- http1:
New Contributors
- @bdbai made their first contribution in https://github.com/hyperium/hyper/pull/3242
- @gngpp made their first contribution in https://github.com/hyperium/hyper/pull/3355
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.