From c28dd07e9414bfeedc8dddf6dad89aff2935eba7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:23:00 +0000 Subject: [PATCH] chore(deps): Update Rust crate http to 1.1 --- uri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 0b34f53c..1a58f668 100644 --- a/uri/Cargo.toml +++ b/uri/Cargo.toml @@ -21,4 +21,4 @@ ctor = "0.2.7" rand = "0.8.5" prop-check-rs = "0.0.504" anyhow = "1.0.80" -http = "1.0" +http = "1.1"