Update Rust crate hyper-util to v0.1.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
hyper-util (source) | dependencies | patch |
0.1.3 -> 0.1.5
|
Release Notes
hyperium/hyper-util (hyper-util)
v0.1.5
- Add
server::graceful::GracefulShutdown
helper to coordinate over many connections. - Add
server::conn::auto::Connection::into_owned()
to unlink lifetime fromBuilder
. - Allow
service
module to be available with onlyservice
feature enabled.
v0.1.4
- Add
initial_max_send_streams()
tolegacy
client builder - Add
max_pending_accept_reset_streams()
tolegacy
client builder - Add
max_headers(usize)
toauto
server builder - Add
http1_onl()
andhttp2_only()
toauto
server builder - Add connection capturing API to
legacy
client - Add
impl Connection for TokioIo
- Fix graceful shutdown hanging on reading the HTTP version
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.