diff --git a/Cargo.toml b/Cargo.toml index b7d2d5c..b646586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.2", features = ["derive"] } color-eyre = "0.6.2" itertools = "0.11" k8s-openapi = { version = "0.20.0", default-features = false } -kube = { version = "0.86.0", features = [ +kube = { version = "0.87.1", features = [ "client", "oauth", "gzip",