diff --git a/Cargo.lock b/Cargo.lock index 8f5b1ad..1ba432d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,9 +1174,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 4627d63..926e976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ clap = { version = "=4.5.13", features = ["derive", "env"] } http-body-util = "=0.1.2" hyper = { version = "=1.4.1", features = ["full"] } hyper-rustls = { version = "=0.27.3", features = ["webpki-tokio"]} -hyper-util = { version = "=0.1.7", features = ["full"] } +hyper-util = { version = "=0.1.8", features = ["full"] } thiserror = "=1.0.63" tokio = { version = "=1.39.2", features = ["full"] }