From bdc936df15c9f22a1af32806ab0e3652224643c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:51:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Rust=20crate=20ku?= =?UTF-8?q?be-client=20to=200.92.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7fb40000..e5043c73 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -18,7 +18,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing = "0.1.40" # kube with rustls is currently not possible due to rustls not being able to use ip addresses as cname! See https://github.com/rustls/rustls/issues/184 kube = { version = "0.78.0", default-features = false, features = ["runtime", "derive", "client", "openssl-tls"] } -kube-client = "0.78.0" +kube-client = "0.92.0" k8s-openapi = { version = "0.17.0", features = ["v1_25"] } tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] } url = "2.5.0"