diff --git a/Cargo.lock b/Cargo.lock index b522655e6..5495a2bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2623,12 +2623,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 1.1.0", "http-body", diff --git a/Cargo.toml b/Cargo.toml index 72e9f4343..95c7e4225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ hickory-resolver = "0.25.2" http-body-util = "0.1.3" humansize = "2" hyper = "1" -hyper-util = "0.1.11" +hyper-util = "0.1.13" image = { version = "0.25.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh-gossip = { version = "0.35", default-features = false, features = ["net"] } iroh = { version = "0.35", default-features = false }