diff --git a/Cargo.lock b/Cargo.lock index 135d7d15..fcf76c85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2713,9 +2713,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" +checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" dependencies = [ "bytes", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 2abfcd8d..7c87445d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ lazy_static = "1.5" sled = "0.34" camino = "1.2.2" ciborium = "0.2.2" -http = "1.4.0" +http = "1.4.2" http-body-util = "0.1" rand = "0.10.1" backoff = "0.4"