From 6a84cac375bbe00ecfff4620116c4ee8d194fdd6 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:25:56 +0000 Subject: [PATCH] Update Rust crate `hyper` to v1.5.1 --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 605b602e140..1b1a5619b94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -2841,7 +2841,7 @@ dependencies = [ "hash-status", "hash-temporal-client", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "include_dir", "mime", "opentelemetry 0.27.0", @@ -3530,9 +3530,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", @@ -3573,7 +3573,7 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "rustls 0.23.14", "rustls-pki-types", @@ -3601,7 +3601,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" dependencies = [ - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "pin-project-lite", "tokio", @@ -3619,7 +3619,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2", "tokio", @@ -6257,7 +6257,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -7820,7 +7820,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-timeout 0.5.1", "hyper-util", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index 61a9ae31288..f4b0e2cded6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,7 +173,7 @@ frunk_core = { version = "0.4.3", default-features = false } futures = { version = "=0.3.31", default-features = false } hifijson = { version = "=0.2.2", default-features = false } humansize = { version = "=2.1.3", default-features = false } -hyper = { version = "=1.5.0", default-features = false } +hyper = { version = "=1.5.1", default-features = false } include_dir = { version = "=0.7.4", default-features = false } insta = { version = "=1.41.1", default-features = false } itertools = { version = "0.13.0", default-features = false }