diff --git a/Cargo.toml b/Cargo.toml index 415eb036..86564044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] clap = { version = "4.5.4", features = ["derive", "env"] } env_logger = "0.11.3" -k8s-openapi = { version = "0.15.0", features = ["v1_22"] } +k8s-openapi = { version = "0.23.0", features = ["v1_22"] } kube = "0.74.0" log = "0.4.21" openssl = "0.10.64"