diff --git a/Cargo.toml b/Cargo.toml index a0599c8..b43c05d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0.149" schemars = "1.2.0" tokio = { version = "1.49.0", features = ["full"] } kube = { version = "2.0.1", features = ["runtime", "derive"] } -k8s-openapi = { version = "0.26.1", features = ["v1_31"] } +k8s-openapi = { version = "0.27.0", features = ["v1_31"] } futures = "0.3.31" thiserror = "2.0.17" rand = "0.9.2"