diff --git a/Cargo.lock b/Cargo.lock index c0f0ee628..72c86f9f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2362,12 +2362,13 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" +checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8" dependencies = [ "bytes", "futures-channel", + "futures-core", "futures-util", "http", "http-body", diff --git a/Cargo.toml b/Cargo.toml index d75d2bbd0..797f42746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -178,7 +178,7 @@ features = ["client", "http1", "http2"] # Additional Hyper utilties [workspace.dependencies.hyper-util] -version = "0.1.11" +version = "0.1.13" features = [ "client", "server",