diff --git a/Cargo.lock b/Cargo.lock index 92f51c3..4a9c350 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,9 +1138,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" +checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" dependencies = [ "bytes", "itoa", diff --git a/Cargo.toml b/Cargo.toml index c7bfaac..590d134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ h3 = "=0.0.8" h3-quinn = "=0.0.10" hmac = "=0.13.0" htmd = "=0.5.5" -http = "=1.4.2" +http = "=1.5.0" http-body = "=1.1.0" http-body-util = "=0.1.4" httpdate = "=1.0.3"