From f46a4b0c10de8eb5da198aaf203ced371b2c959a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:26:37 +0000 Subject: [PATCH] Update Rust crate hyper to v1.7.0 --- Cargo.lock | 26 ++++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96eb22108c2..f3642b93220 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -615,7 +615,7 @@ dependencies = [ "http 1.3.1", "http-body 0.4.6", "hyper 0.14.32", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls 0.24.2", "hyper-rustls 0.27.5", "hyper-util", @@ -751,7 +751,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "itoa", "matchit", @@ -1400,7 +1400,7 @@ dependencies = [ "googletest", "hex", "http 1.3.1", - "hyper 1.6.0", + "hyper 1.7.0", "indexmap", "indicatif", "insta", @@ -3019,13 +3019,14 @@ dependencies = [ [[package]] name = "hyper" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2 0.4.7", "http 1.3.1", "http-body 1.0.1", @@ -3033,6 +3034,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -3062,7 +3064,7 @@ checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", "http 1.3.1", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "rustls 0.23.21", "rustls-native-certs 0.8.1", @@ -3081,7 +3083,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "native-tls", "tokio", @@ -3102,7 +3104,7 @@ dependencies = [ "futures-util", "http 1.3.1", "http-body 1.0.1", - "hyper 1.6.0", + "hyper 1.7.0", "ipnet", "libc", "percent-encoding", @@ -3844,7 +3846,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "log", "rand 0.9.2", @@ -4023,7 +4025,7 @@ dependencies = [ "http 1.3.1", "http-body-util", "humantime", - "hyper 1.6.0", + "hyper 1.7.0", "itertools 0.14.0", "md-5", "parking_lot", @@ -4794,7 +4796,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls 0.27.5", "hyper-tls", "hyper-util", diff --git a/Cargo.toml b/Cargo.toml index 4d6473fa4ad..3439aa3addb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ flate2 = "=1.1.2" futures-util = "=0.3.31" hex = "=0.4.3" http = "=1.3.1" -hyper = { version = "=1.6.0", features = ["client", "http1"] } +hyper = { version = "=1.7.0", features = ["client", "http1"] } indexmap = { version = "=2.11.0", features = ["serde"] } indicatif = "=0.18.0" ipnetwork = "=0.21.1"