From 129f4e2a9894ec829e004348b6e132fd7858c4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:50:41 +0000 Subject: [PATCH] Bump hyper from 1.3.1 to 1.5.2 Bumps [hyper](https://github.com/hyperium/hyper) from 1.3.1 to 1.5.2. - [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.5.2) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e38971e8..f4daed3d 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.5.2", "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.5.2", "metrics", "metrics-exporter-prometheus", "metrics-exporter-statsd", @@ -1701,9 +1701,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.3.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", @@ -1728,7 +1728,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.3.1", + "hyper 1.5.2", "hyper-util", "log", "rustls 0.23.10", @@ -1760,7 +1760,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.3.1", + "hyper 1.5.2", "hyper-util", "native-tls", "tokio", @@ -1779,7 +1779,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.3.1", + "hyper 1.5.2", "pin-project-lite", "socket2", "tokio", @@ -2235,7 +2235,7 @@ checksum = "b4f0c8427b39666bf970460908b213ec09b3b350f20c0c2eabcbba51704a08e6" dependencies = [ "base64 0.22.1", "http-body-util", - "hyper 1.3.1", + "hyper 1.5.2", "hyper-rustls", "hyper-util", "indexmap 2.2.6", @@ -2962,7 +2962,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.1", + "hyper 1.5.2", "hyper-rustls", "hyper-tls", "hyper-util", @@ -4541,7 +4541,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.1", + "hyper 1.5.2", "rustls 0.22.4", "tokio", "tokio-rustls 0.25.0", diff --git a/Cargo.toml b/Cargo.toml index 75f54ad1..43336ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing = { workspace = true } clap = { version = "4.4.3", features = ["derive"] } clap_complete = "4.5.2" color-eyre = "0.6.2" -hyper = { version = "1.2.0", features = ["server"] } +hyper = { version = "1.5.2", features = ["server"] } metrics-exporter-prometheus = "0.15.3" metrics-exporter-statsd = "0.8.0" quoted-string = "0.6.1"