diff --git a/Cargo.lock b/Cargo.lock index 8a898388..e80c4c05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2262,12 +2262,13 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.11" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" +checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" dependencies = [ "bytes", "futures-channel", + "futures-core", "futures-util", "http", "http-body", diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 2510fa46..53ba5b44 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -22,7 +22,7 @@ hyper-rustls = { version = "0.27", default-features = false, features = [ "ring", "webpki-tokio", ] } -hyper-util = "0.1.11" +hyper-util = "0.1.14" itoa = "1.0.15" jsonwebtoken = "9.3.1" lettre = { version = "0.11.16", default-features = false, features = [