diff --git a/Cargo.toml b/Cargo.toml index b9cedf1..e05aef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "2.0.17" tracing = "0.1" [dev-dependencies] -k8s-openapi = { version = "0.26.0", default-features = false, features = ["v1_31"] } +k8s-openapi = { version = "0.27.0", default-features = false, features = ["v1_31"] } tokio = "1" [package.metadata.docs.rs]