From 321728dbd721822953cf8c354e84955c4069aff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:22:06 +0000 Subject: [PATCH] build(deps): bump hyper from 1.4.0 to 1.5.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.4.0 to 1.5.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.4.0...v1.5.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00762bcea58..a6ed1c8d5b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -1805,7 +1805,7 @@ dependencies = [ "http 1.1.0", "http-body-util", "humantime", - "hyper 1.4.0", + "hyper 1.5.0", "hyper-util", "isatty", "itertools 0.13.0", @@ -2548,9 +2548,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -2575,7 +2575,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.4.0", + "hyper 1.5.0", "hyper-util", "rustls 0.23.10", "rustls-native-certs", @@ -2605,7 +2605,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.0", "hyper-util", "native-tls", "tokio", @@ -2624,7 +2624,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.4.0", + "hyper 1.5.0", "pin-project-lite", "socket2", "tokio", @@ -3307,7 +3307,7 @@ dependencies = [ "chrono", "futures 0.3.30", "humantime", - "hyper 1.4.0", + "hyper 1.5.0", "itertools 0.13.0", "parking_lot", "percent-encoding", @@ -4135,7 +4135,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.0", "hyper-rustls", "hyper-tls", "hyper-util", @@ -6556,7 +6556,7 @@ dependencies = [ "futures 0.3.30", "http 1.1.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.5.0", "hyper-util", "log", "once_cell",