diff --git a/Cargo.lock b/Cargo.lock index 629afafd..4e41e60d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,9 +1687,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 8b5bf616..cd4c78f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ dragonfly-api = "=2.0.169" 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.9", features = [ +hyper-util = { version = "0.1.10", features = [ "client", "client-legacy", "tokio",