diff --git a/Cargo.toml b/Cargo.toml index 9a0db78..4e6d2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] async-trait = "0.1" futures = "0.3" -kube = { version = "0.98.0", default-features = false, features = ["client"] } +kube = { version = "0.99.0", default-features = false, features = ["client"] } kube-runtime = "0.98.0" rand = "0.8" serde = "1"