From ce71df94d3a9c278bbca05d3bb7517b59a19e049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:17:35 +0000 Subject: [PATCH] Update hyper-timeout requirement from 0.4.1 to 0.5.0 Updates the requirements on [hyper-timeout](https://github.com/hjr3/hyper-timeout) to permit the latest version. - [Release notes](https://github.com/hjr3/hyper-timeout/releases) - [Commits](https://github.com/hjr3/hyper-timeout/compare/0.4.1...0.5.0) --- updated-dependencies: - dependency-name: hyper-timeout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 9ed10cbf7..de7eb13ac 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -64,7 +64,7 @@ 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"] } tower-http = { version = "0.4.0", optional = true, features = ["auth", "map-response-body", "trace"] } -hyper-timeout = {version = "0.4.1", optional = true } +hyper-timeout = {version = "0.5.0", optional = true } tame-oauth = { version = "0.9.1", features = ["gcp"], optional = true } pin-project = { version = "1.0.4", optional = true } rand = { version = "0.8.3", optional = true }