From fc9557f5a6daba3ee6201bf0e09f61f8ade85098 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 Jul 2026 18:14:43 +0000 Subject: [PATCH] Update Rust crate k8s-openapi to 0.28.0 --- operator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/Cargo.toml b/operator/Cargo.toml index dee79b9..f368876 100644 --- a/operator/Cargo.toml +++ b/operator/Cargo.toml @@ -24,7 +24,7 @@ sha-crypt = "0.5.0" argon2 = "0.5.3" handlebars = "6.4.0" kube = { version = "3.0.1", features = ["runtime", "derive", "client", "aws-lc-rs"] } -k8s-openapi = { version = "0.27.0", features = ["latest", "schemars"] } +k8s-openapi = { version = "0.28.0", features = ["latest", "schemars"] } schemars = { version = "1" } clap = { version = "4.5.60", features = ["derive"] } serde = { version = "1.0.228", features = ["serde_derive"] }