diff --git a/Cargo.toml b/Cargo.toml index 0151ada..8953700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ base64 = "0.22.1" clap = { version = "3.2.25", features = ["derive", "env"] } csv = "1.3.0" env_logger = "0.11.3" -k8s-openapi = { version = "0.14.0", features = ["v1_22"] } +k8s-openapi = { version = "0.23.0", features = ["v1_22"] } kube = { version = "0.72.0" } log = "0.4.21" serde = { version = "1.0.200", features = ["derive"] }