diff --git a/Cargo.toml b/Cargo.toml index 8bd9eb4..17c9525 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Noel "] [dependencies] rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] } -kube = "0.64.0" +kube = "0.68.0" kube-runtime = "0.64.0" k8s-openapi = { version = "0.13.1", default-features = false, features = ["v1_22"] } libc = { version = "0.2", default-features = false }