From 608a7db8ba4e3aa574f132473979a907cc5607cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:25:41 +0000 Subject: [PATCH] Update Rust crate http to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24be8fda4..4699156ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ expectorate = "1.1.0" futures = "0.3" futures-core = "0.3" hex = "0.4" -http = "0.2.11" +http = "1.0.0" httptest = "0.15.5" hyper = { version = "0.14", features = [ "full" ] } hyper-staticfile = "0.9"