diff --git a/Cargo.lock b/Cargo.lock index 66a9c25..fb24975 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,9 +531,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67" +checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 15034b8..0dcdabe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ lto = "fat" bytesize = "1.3.0" bytes = "1.5.0" hyper = { version = "1.1.0", features = ["full"] } -hyper-util = { version = "0.1.1", features = ["full"] } +hyper-util = { version = "0.1.3", features = ["full"] } http-body-util = "0.1.0" hyper-tls = "0.6.0" clap = { version = "4.3.19", features = ["help", "usage", "error-context", "std", "derive"], default_features = false }