diff --git a/Cargo.toml b/Cargo.toml index 39fe441..eb56817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ serde = "1" tracing = "0.1" [dev-dependencies] -k8s-openapi = { version = "0.22", default-features = false, features = ["v1_29"] } +k8s-openapi = { version = "0.24", default-features = false, features = ["v1_29"] } tokio = "1"