From 1ea5a1400a2e83d7db84484b527583e5a5a8289a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:44:27 +0000 Subject: [PATCH] chore(deps): bump hyper from 1.2.0 to 1.3.1 Bumps [hyper](https://github.com/hyperium/hyper) from 1.2.0 to 1.3.1. - [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.2.0...v1.3.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- tests/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e0166d4..b27cb978 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1393,7 +1393,7 @@ dependencies = [ "anyhow", "curl", "http 1.1.0", - "hyper 1.2.0", + "hyper 1.3.1", "k8s-openapi", "kube", "rand 0.8.5", @@ -2866,9 +2866,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" +checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" dependencies = [ "bytes", "futures-channel", @@ -2968,7 +2968,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.2.0", + "hyper 1.3.1", "hyper-util", "native-tls", "tokio", @@ -2987,7 +2987,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.2.0", + "hyper 1.3.1", "pin-project-lite", "socket2 0.5.6", "tokio", @@ -5498,7 +5498,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.2.0", + "hyper 1.3.1", "hyper-tls 0.6.0", "hyper-util", "ipnet", @@ -6366,7 +6366,7 @@ dependencies = [ "anyhow", "http 1.1.0", "http-body-util", - "hyper 1.2.0", + "hyper 1.3.1", "indexmap 1.9.3", "percent-encoding", "routefinder", @@ -6718,7 +6718,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body-util", - "hyper 1.2.0", + "hyper 1.3.1", "hyper-util", "indexmap 1.9.3", "outbound-http", @@ -8402,7 +8402,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.2.0", + "hyper 1.3.1", "rustls 0.21.10", "tokio", "tokio-rustls 0.24.1", diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 8b35b388..f73141a5 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -18,5 +18,5 @@ tokio = { version = "1", features = ["rt", "macros", "process"] } [dev-dependencies] http = "1.1" tower = "0.4" -hyper = "1.2" +hyper = "1.3" redis = { version = "0.25", features = ["tokio-comp"] }