From 2a327ad38f68079bb3d379b485273fd4be7e631b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:07:37 +0000 Subject: [PATCH] Bump http from 0.2.11 to 1.1.0 Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.1.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.11...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 65 +++++++++++++++++++++++++++++++----------------------- Cargo.toml | 2 +- 2 files changed, 39 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0f73adaf9..baa8e41088 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,7 +531,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe174d1b67f7b2bafed829c09db039301eb5841f66e43be2cf60b326e7f8e2cc" dependencies = [ "flate2", - "http", + "http 0.2.12", "log", "url", ] @@ -543,7 +543,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a8bda305457262b339322106c776e3fd21df860018e566eb6a5b1aa4b6ae02d" dependencies = [ "flate2", - "http", + "http 0.2.12", "log", "rustls 0.18.1", "serde", @@ -593,7 +593,7 @@ dependencies = [ "bytes", "fastrand 2.0.1", "hex", - "http", + "http 0.2.12", "hyper", "ring 0.17.5", "time 0.3.30", @@ -624,7 +624,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.12", "http-body", "pin-project-lite 0.2.13", "tracing", @@ -646,7 +646,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "fastrand 2.0.1", - "http", + "http 0.2.12", "percent-encoding", "tracing", "uuid", @@ -673,7 +673,7 @@ dependencies = [ "aws-smithy-xml", "aws-types", "bytes", - "http", + "http 0.2.12", "http-body", "once_cell", "percent-encoding", @@ -699,7 +699,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.12", "regex", "tracing", ] @@ -721,7 +721,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.12", "regex", "tracing", ] @@ -744,7 +744,7 @@ dependencies = [ "aws-smithy-types", "aws-smithy-xml", "aws-types", - "http", + "http 0.2.12", "regex", "tracing", ] @@ -765,7 +765,7 @@ dependencies = [ "form_urlencoded", "hex", "hmac 0.12.1", - "http", + "http 0.2.12", "once_cell", "p256", "percent-encoding", @@ -801,7 +801,7 @@ dependencies = [ "crc32c", "crc32fast", "hex", - "http", + "http 0.2.12", "http-body", "md-5", "pin-project-lite 0.2.13", @@ -833,7 +833,7 @@ dependencies = [ "bytes", "bytes-utils", "futures-core", - "http", + "http 0.2.12", "http-body", "once_cell", "percent-encoding", @@ -873,7 +873,7 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand 2.0.1", - "http", + "http 0.2.12", "http-body", "hyper", "hyper-rustls", @@ -894,7 +894,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-types", "bytes", - "http", + "http 0.2.12", "pin-project-lite 0.2.13", "tokio", "tracing", @@ -911,7 +911,7 @@ dependencies = [ "bytes", "bytes-utils", "futures-core", - "http", + "http 0.2.12", "http-body", "itoa 1.0.10", "num-integer", @@ -943,7 +943,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", "aws-smithy-types", - "http", + "http 0.2.12", "rustc_version 0.4.0", "tracing", ] @@ -2570,7 +2570,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.12", "indexmap 2.1.0", "slab", "tokio", @@ -2731,9 +2731,20 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" +dependencies = [ + "bytes", + "fnv", + "itoa 1.0.10", +] + +[[package]] +name = "http" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", @@ -2747,7 +2758,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http", + "http 0.2.12", "pin-project-lite 0.2.13", ] @@ -2821,7 +2832,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.12", "http-body", "httparse", "httpdate", @@ -2841,7 +2852,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http", + "http 0.2.12", "hyper", "log", "rustls 0.21.9", @@ -4511,7 +4522,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.12", "http-body", "hyper", "hyper-rustls", @@ -6135,7 +6146,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.12", "http-body", "hyper", "hyper-timeout", @@ -6512,7 +6523,7 @@ dependencies = [ "hdrhistogram", "hex", "hostname", - "http", + "http 1.1.0", "http-body", "http-types", "hyper", @@ -6707,7 +6718,7 @@ dependencies = [ "base64 0.13.1", "byteorder", "bytes", - "http", + "http 0.2.12", "httparse", "log", "rand 0.8.5", @@ -6728,7 +6739,7 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http", + "http 0.2.12", "httparse", "log", "rand 0.8.5", diff --git a/Cargo.toml b/Cargo.toml index e873476a61..39298bd316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -178,7 +178,7 @@ googapis = { version = "0.6", default-features = false, features = [ "google-storage-v2", ] } gouth = { version = "0.2" } -http = "0.2" +http = "1.1" reqwest = { version = "0.11", default-features = false, features = [ "rustls-tls", "rustls-tls-native-roots",