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"