diff --git a/Cargo.lock b/Cargo.lock index 55d4f8af..85f487d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2065,9 +2065,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" +checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index f5a965c3..cbf0b07b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ dragonfly-api = "=2.0.148" 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.6", features = [ +hyper-util = { version = "0.1.7", features = [ "client", "client-legacy", "tokio",