diff --git a/Cargo.lock b/Cargo.lock index 09aea963..d94511b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1645,9 +1645,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" +checksum = "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 60931d5d..d7260aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ dragonfly-api = "=2.0.157" reqwest = { version = "0.12.4", features = ["stream", "native-tls", "default-tls", "rustls-tls"] } rcgen = { version = "0.12.1", features = ["x509-parser"] } hyper = { version = "1.4", features = ["full"] } -hyper-util = { version = "0.1.7", features = [ +hyper-util = { version = "0.1.8", features = [ "client", "client-legacy", "tokio",