diff --git a/Cargo.lock b/Cargo.lock index a906dde..6dd8884 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1015,9 +1015,9 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" +checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index e3b268e..5316a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ h3-quinn = "=0.0.10" hmac = "=0.13.0" http = "=1.5.0" http-body = "=1.1.0" -http-body-util = "=0.1.4" +http-body-util = "=0.1.5" httpdate = "=1.0.3" hyper = { version = "=1.11.0", features = ["client", "http1", "http2"] } hyper-util = { version = "=0.1.20", features = ["client-legacy", "client-proxy", "client-proxy-system", "http1", "http2", "tokio"] }