From 3e10ce42311f80e8ab1283e9ea72d82a16c55b81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:46:09 +0000 Subject: [PATCH] Update Rust crate http to v1 --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86ae037c5..633dbab5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -843,7 +843,7 @@ dependencies = [ "expectorate", "futures", "futures-core", - "http 0.2.12", + "http 1.1.0", "humantime", "internal-dns", "itertools 0.13.0", @@ -895,7 +895,7 @@ dependencies = [ "dropshot", "expectorate", "futures", - "http 0.2.12", + "http 1.1.0", "hyper", "omicron-common", "openapi-lint", @@ -1000,7 +1000,7 @@ dependencies = [ "futures", "futures-core", "hex", - "http 0.2.12", + "http 1.1.0", "hyper", "hyper-staticfile", "itertools 0.13.0", @@ -1145,7 +1145,7 @@ dependencies = [ "expectorate", "futures", "hex", - "http 0.2.12", + "http 1.1.0", "hyper", "omicron-common", "openapi-lint", @@ -2124,9 +2124,9 @@ dependencies = [ [[package]] name = "http" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", @@ -2737,7 +2737,7 @@ dependencies = [ "bytes", "encoding_rs", "futures-util", - "http 1.0.0", + "http 1.1.0", "httparse", "memchr", "mime", diff --git a/Cargo.toml b/Cargo.toml index 832eba826..56d4974b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ expectorate = "1.1.0" futures = "0.3" futures-core = "0.3" hex = "0.4" -http = "0.2.12" +http = "1.1.0" httptest = "0.15.5" human_bytes = "0.4.3" humantime = "2.1.0"