From ec9e7b6eeb83b92bb8ea8aa37e079e71adcbd38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:56:21 +0800 Subject: [PATCH] chore(deps): Bump hyper-util from 0.1.9 to 0.1.10 (#821) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",