diff --git a/Cargo.toml b/Cargo.toml index 084d0b0..7f26f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.2", features = ["derive"] } color-eyre = "0.6.2" itertools = "0.13" k8s-openapi = { version = "0.21", default-features = false } -kube = { version = "0.90", features = [ +kube = { version = "0.91", features = [ "client", "oauth", "gzip",