From 1a644b61eadfaccba7f7983e569582e308e0ce23 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:55:30 +0000 Subject: [PATCH] Update http to 1.4.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"