From 92e5e164aab8c980448a6f09ca97ef771ad5d182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:29:39 +0000 Subject: [PATCH] Bump hyper from 1.3.1 to 1.7.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.3.1 to 1.7.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.3.1...v1.7.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df3ce7eb..aebaa041 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.1", + "hyper 1.7.0", "hyper-util", "itoa", "matchit 0.7.3", @@ -409,7 +409,7 @@ dependencies = [ "color-eyre", "deadpool-redis", "http 1.1.0", - "hyper 1.3.1", + "hyper 1.7.0", "metrics", "metrics-exporter-prometheus", "metrics-exporter-statsd", @@ -1701,13 +1701,14 @@ dependencies = [ [[package]] name = "hyper" -version = "1.3.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2 0.4.5", "http 1.1.0", "http-body 1.0.0", @@ -1715,6 +1716,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -1728,7 +1730,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.3.1", + "hyper 1.7.0", "hyper-util", "log", "rustls 0.23.10", @@ -1760,7 +1762,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.3.1", + "hyper 1.7.0", "hyper-util", "native-tls", "tokio", @@ -1779,7 +1781,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.3.1", + "hyper 1.7.0", "pin-project-lite", "socket2", "tokio", @@ -2225,7 +2227,7 @@ checksum = "b4f0c8427b39666bf970460908b213ec09b3b350f20c0c2eabcbba51704a08e6" dependencies = [ "base64 0.22.1", "http-body-util", - "hyper 1.3.1", + "hyper 1.7.0", "hyper-rustls", "hyper-util", "indexmap 2.2.6", @@ -2952,7 +2954,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.1", + "hyper 1.7.0", "hyper-rustls", "hyper-tls", "hyper-util", @@ -4516,7 +4518,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.1", + "hyper 1.7.0", "rustls 0.22.4", "tokio", "tokio-rustls 0.25.0",