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