From 3d372b869da63124f682452dac02142fef7cc095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 05:58:35 +0000 Subject: [PATCH] Update hyper-rustls requirement from 0.24.0 to 0.25.0 Updates the requirements on [hyper-rustls](https://github.com/rustls/hyper-rustls) to permit the latest version. - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](https://github.com/rustls/hyper-rustls/compare/v/0.24.0...v/0.25.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- kube-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index a682b902a..9ff149a44 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -59,7 +59,7 @@ kube-core = { path = "../kube-core", version = "=0.87.2" } jsonpath-rust = { version = "0.3.4", optional = true } tokio-util = { version = "0.7.0", optional = true, features = ["io", "codec"] } hyper = { version = "0.14.13", optional = true, features = ["client", "http1", "stream", "tcp"] } -hyper-rustls = { version = "0.24.0", optional = true } +hyper-rustls = { version = "0.25.0", optional = true } hyper-socks2 = { version = "0.8.0", optional = true, default-features = false } tokio-tungstenite = { version = "0.20.0", optional = true } tower = { version = "0.4.13", optional = true, features = ["buffer", "filter", "util"] }