diff --git a/Cargo.toml b/Cargo.toml index b9cedf1..19014dd 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 = "2.0.1", default-features = false, features = ["client"] } -kube-runtime = "2.0.1" +kube-runtime = "3.0.0" rand = "0.9.2" serde = "1" thiserror = "2.0.17"