From 71486c3fe5090ff23bf4b0e52ce66143619eab53 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Tue, 25 Nov 2025 01:10:07 +0000 Subject: [PATCH] Update Rust crate http to 1.4.0 --- Cargo.lock | 39 +++++++++++++++++++-------------------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a974dcad..715941e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ dependencies = [ "hex", "hmac", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "percent-encoding", "sha2", "time", @@ -309,7 +309,7 @@ dependencies = [ "bytes-utils", "futures-core", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "http-body 0.4.6", "percent-encoding", "pin-project-lite", @@ -331,7 +331,7 @@ dependencies = [ "h2 0.3.26", "h2 0.4.10", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "http-body 0.4.6", "http-body 1.0.1", "hyper 0.14.32", @@ -414,7 +414,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "http-body 0.4.6", "http-body 1.0.1", "pin-project-lite", @@ -434,7 +434,7 @@ dependencies = [ "aws-smithy-types", "bytes", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "pin-project-lite", "tokio", "tracing", @@ -452,7 +452,7 @@ dependencies = [ "bytes-utils", "futures-core", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "http-body 0.4.6", "http-body 1.0.1", "http-body-util", @@ -1410,7 +1410,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.3.1", + "http 1.4.0", "indexmap", "slab", "tokio", @@ -1491,12 +1491,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa 1.0.15", ] @@ -1518,7 +1517,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -1529,7 +1528,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "pin-project-lite", ] @@ -1580,7 +1579,7 @@ dependencies = [ "futures-channel", "futures-util", "h2 0.4.10", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "httparse", "itoa 1.0.15", @@ -1612,7 +1611,7 @@ version = "0.27.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d" dependencies = [ - "http 1.3.1", + "http 1.4.0", "hyper 1.6.0", "hyper-util", "rustls 0.23.27", @@ -1635,7 +1634,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "hyper 1.6.0", "ipnet", @@ -2235,7 +2234,7 @@ dependencies = [ "eyre", "futures", "glob", - "http 1.3.1", + "http 1.4.0", "itertools 0.14.0", "keyring", "kuchiki", @@ -2875,7 +2874,7 @@ dependencies = [ "cookie", "cookie_store", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.6.0", @@ -2912,7 +2911,7 @@ checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" dependencies = [ "anyhow", "async-trait", - "http 1.3.1", + "http 1.4.0", "reqwest", "serde", "thiserror 1.0.69", @@ -2929,7 +2928,7 @@ dependencies = [ "async-trait", "futures", "getrandom 0.2.16", - "http 1.3.1", + "http 1.4.0", "hyper 1.6.0", "parking_lot 0.11.2", "reqwest", @@ -3804,7 +3803,7 @@ dependencies = [ "bitflags 2.9.1", "bytes", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "iri-string", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index d3110be2..77faeb2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ reqwest-middleware = "0.4.2" [dev-dependencies] aws-smithy-runtime = { version = "1", features = ["test-util"] } -http = "1" +http = "1.4.0" mockall = "0.13" serial_test = "3" tempfile = "3"