diff --git a/Cargo.lock b/Cargo.lock index ed35f62..1eba55a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,9 +831,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" +checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 7873388..936e6ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } semver = "1.0.23" url = "2.5.2" futures = "0.3.30" -hyper-util = "0.1.5" +hyper-util = "0.1.6" tap = "1.0.1" reqwest = { version = "=0.12.5", default-features = false, features = ["json", "rustls-tls"] } nondestructive = "0.0.25"