From 3a4b2319ef223076f6a07541974475f1d5be74be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jan 2026 00:27:02 +0000 Subject: [PATCH] Update Rust crate k8s-openapi to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"