From ae3523b325c245ba802c279817702d7add7e14c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:22:28 +0000 Subject: [PATCH] fix(deps): update rust crate kube to 0.99.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f34f364..706d780 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 = "0.99.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.24.0", features = ["latest"] } base64 = "0.22.1" aes-gcm = "0.10.3"