diff --git a/Cargo.lock b/Cargo.lock index 629104628..c5c736f87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ "bytes", "fastrand", "hex", - "http", + "http 0.2.12", "hyper", "ring 0.16.20", "time", @@ -195,7 +195,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.12", "http-body", "lazy_static", "percent-encoding", @@ -219,7 +219,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "fastrand", - "http", + "http 0.2.12", "percent-encoding", "tracing", "uuid", @@ -247,7 +247,7 @@ dependencies = [ "aws-smithy-xml", "aws-types", "bytes", - "http", + "http 0.2.12", "http-body", "once_cell", "percent-encoding", @@ -275,7 +275,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.12", "regex", "tokio-stream", "tracing", @@ -300,7 +300,7 @@ dependencies = [ "aws-smithy-types", "aws-smithy-xml", "aws-types", - "http", + "http 0.2.12", "regex", "tracing", ] @@ -317,7 +317,7 @@ dependencies = [ "form_urlencoded", "hex", "hmac", - "http", + "http 0.2.12", "once_cell", "percent-encoding", "regex", @@ -350,7 +350,7 @@ dependencies = [ "crc32c", "crc32fast", "hex", - "http", + "http 0.2.12", "http-body", "md-5", "pin-project-lite", @@ -371,7 +371,7 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand", - "http", + "http 0.2.12", "http-body", "hyper", "hyper-rustls", @@ -405,7 +405,7 @@ dependencies = [ "bytes", "bytes-utils", "futures-core", - "http", + "http 0.2.12", "http-body", "hyper", "once_cell", @@ -426,7 +426,7 @@ dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", - "http", + "http 0.2.12", "http-body", "pin-project-lite", "tower", @@ -465,7 +465,7 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand", - "http", + "http 0.2.12", "http-body", "once_cell", "pin-project-lite", @@ -484,7 +484,7 @@ dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", - "http", + "http 0.2.12", "tokio", "tracing", ] @@ -523,7 +523,7 @@ dependencies = [ "aws-smithy-client", "aws-smithy-http", "aws-smithy-types", - "http", + "http 0.2.12", "rustc_version", "tracing", ] @@ -539,7 +539,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http", + "http 0.2.12", "http-body", "hyper", "itoa", @@ -565,7 +565,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", + "http 0.2.12", "http-body", "mime", "rustversion", @@ -842,7 +842,7 @@ dependencies = [ "dashmap", "flume", "futures", - "http", + "http 1.4.0", "http-body", "hyper", "hyper-tls", @@ -1618,7 +1618,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.12", "indexmap 2.11.4", "slab", "tokio", @@ -1679,15 +1679,25 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", "itoa", ] +[[package]] +name = "http" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" +dependencies = [ + "bytes", + "itoa", +] + [[package]] name = "http-body" version = "0.4.5" @@ -1695,7 +1705,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http", + "http 0.2.12", "pin-project-lite", ] @@ -1728,7 +1738,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.12", "http-body", "httparse", "httpdate", @@ -1748,7 +1758,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" dependencies = [ "futures-util", - "http", + "http 0.2.12", "hyper", "log", "rustls", @@ -3426,7 +3436,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 7eac42a99..cf86c3243 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.4.0" http-body = "0.4.5" sysinfo = "0.37.2"