From 529e57f22eb299bf9494fa14a58956ac71dba495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 10:41:12 +0000 Subject: [PATCH] Bump http from 0.2.11 to 1.3.1 Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.3.1. - [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.3.1) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 59 ++++++++++++++++++++++---------------- bzl-remote-core/Cargo.toml | 2 +- 2 files changed, 36 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b45097d8..23c609e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ dependencies = [ "bytes", "fastrand", "hex", - "http", + "http 0.2.12", "hyper", "ring 0.16.20", "time", @@ -204,7 +204,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.12", "http-body", "lazy_static", "percent-encoding", @@ -228,7 +228,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "fastrand", - "http", + "http 0.2.12", "percent-encoding", "tracing", "uuid", @@ -256,7 +256,7 @@ dependencies = [ "aws-smithy-xml", "aws-types", "bytes", - "http", + "http 0.2.12", "http-body", "once_cell", "percent-encoding", @@ -284,7 +284,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.12", "regex", "tokio-stream", "tracing", @@ -309,7 +309,7 @@ dependencies = [ "aws-smithy-types", "aws-smithy-xml", "aws-types", - "http", + "http 0.2.12", "regex", "tracing", ] @@ -326,7 +326,7 @@ dependencies = [ "form_urlencoded", "hex", "hmac", - "http", + "http 0.2.12", "once_cell", "percent-encoding", "regex", @@ -359,7 +359,7 @@ dependencies = [ "crc32c", "crc32fast", "hex", - "http", + "http 0.2.12", "http-body", "md-5", "pin-project-lite", @@ -380,7 +380,7 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand", - "http", + "http 0.2.12", "http-body", "hyper", "hyper-rustls", @@ -414,7 +414,7 @@ dependencies = [ "bytes", "bytes-utils", "futures-core", - "http", + "http 0.2.12", "http-body", "hyper", "once_cell", @@ -435,7 +435,7 @@ dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", - "http", + "http 0.2.12", "http-body", "pin-project-lite", "tower", @@ -474,7 +474,7 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand", - "http", + "http 0.2.12", "http-body", "once_cell", "pin-project-lite", @@ -493,7 +493,7 @@ dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", - "http", + "http 0.2.12", "tokio", "tracing", ] @@ -532,7 +532,7 @@ dependencies = [ "aws-smithy-client", "aws-smithy-http", "aws-smithy-types", - "http", + "http 0.2.12", "rustc_version", "tracing", ] @@ -548,7 +548,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http", + "http 0.2.12", "http-body", "hyper", "itoa", @@ -574,7 +574,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", + "http 0.2.12", "http-body", "mime", "rustversion", @@ -857,7 +857,7 @@ dependencies = [ "dashmap", "flume", "futures", - "http", + "http 1.3.1", "http-body", "hyper", "hyper-tls", @@ -1602,7 +1602,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.12", "indexmap 2.7.1", "slab", "tokio", @@ -1663,9 +1663,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", +] + +[[package]] +name = "http" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -1679,7 +1690,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http", + "http 0.2.12", "pin-project-lite", ] @@ -1712,7 +1723,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.12", "http-body", "httparse", "httpdate", @@ -1732,7 +1743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" dependencies = [ "futures-util", - "http", + "http 0.2.12", "hyper", "log", "rustls", @@ -3424,7 +3435,7 @@ dependencies = [ "base64 0.21.7", "bytes", "h2", - "http", + "http 0.2.12", "http-body", "hyper", "hyper-timeout", diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 500fd7f0..c442e298 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -57,7 +57,7 @@ aws-config = "0.56.1" aws-smithy-http = "0.56.1" redis = { version = "0.25.4", features = ["tokio-comp", "connection-manager"] } urlencoding = "2.1.3" -http = "0.2.11" +http = "1.3.1" http-body = "0.4.5" sysinfo = "0.33.1"