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