diff --git a/Cargo.lock b/Cargo.lock index 398b60bd..dab60409 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"] }