From 791256a17e1f8d9412822a4e3e4c978811f54ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:22:38 +0000 Subject: [PATCH] fix(deps): update rust crate kube to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f34f364..a16d17f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.43.0", features = ["full"] } cynic = { version = "3", features = ["http-reqwest"] } serde = { version = "1.0.218", features = ["derive"] } config = { version = "0.15.9", features = ["yaml", "toml"] } -kube = { version = "0.98.0", features = ["runtime", "derive"] } +kube = { version = "2.0.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.24.0", features = ["latest"] } base64 = "0.22.1" aes-gcm = "0.10.3"