From d1d03a7a4388b5d6ea05052c47d6b9b707a73bfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 18:44:17 +0000 Subject: [PATCH] chore(deps): update rust crate hyper-util to v0.1.18 --- Cargo.lock | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 028934b915..2437af1b67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2433,18 +2433,20 @@ dependencies = [ [[package]] name = "hyper" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "http 1.1.0", "http-body 1.0.1", "httparse", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -2489,7 +2491,7 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.6.0", + "hyper 1.8.0", "hyper-util", "rustls 0.23.26", "rustls-pki-types", @@ -2513,16 +2515,17 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.11" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" +checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" dependencies = [ "bytes", "futures-channel", + "futures-core", "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.6.0", + "hyper 1.8.0", "libc", "pin-project-lite", "socket2", @@ -2891,7 +2894,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.8.0", "lambda_runtime", "mime", "percent-encoding", @@ -2917,7 +2920,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "http-serde 2.1.1", - "hyper 1.6.0", + "hyper 1.8.0", "hyper-util", "lambda_runtime_api_client", "pin-project", @@ -2943,7 +2946,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.8.0", "hyper-util", "tokio", "tower", @@ -4723,7 +4726,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.8.0", "hyper-rustls 0.27.3", "hyper-util", "ipnet",