diff --git a/Cargo.lock b/Cargo.lock index 837e514..f23af8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,12 +508,11 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ "bytes", - "futures-core", "http", "http-body", "hyper", diff --git a/Cargo.toml b/Cargo.toml index 57418da..ba57543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ hyper = { version = "1.8.1", default-features = false, features = [ "server", "http1", ], optional = true } -hyper-util = { version = "0.1.19", features = ["tokio"] } +hyper-util = { version = "0.1.20", features = ["tokio"] } http-body-util = "0.1.3" ipext = "0.1.0" libsodium-sys-stable = "1.23.2"