From 01146351059415c4b205f03312957e6664d3e50a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Jun 2025 00:21:55 +0000 Subject: [PATCH] Update Rust crate k8s-openapi to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e14d14f..5b4dcf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0.140" schemars = "0.8.22" tokio = { version = "1.45.1", features = ["full"] } kube = { version = "0.99.0", features = ["runtime", "derive"] } -k8s-openapi = { version = "0.24.0", features = ["v1_31"] } +k8s-openapi = { version = "0.25.0", features = ["v1_31"] } futures = "0.3.31" thiserror = "2.0.12" rand = "0.9.1"