From 32d80c1ab663a3e08c8e4d194605bcb978b56a1b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Dec 2024 02:02:34 +0000 Subject: [PATCH] Update Rust crate k8s-openapi to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0961f04..3292ac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ color-eyre = "0.6.3" dotenv = "0.15.0" eyre = "0.6.12" git2 = "0.18.3" -k8s-openapi = { version = "0.20.0", features = ["v1_26"] } +k8s-openapi = { version = "0.24.0", features = ["v1_26"] } kube = { version = "0.87.2", features = ["derive", "runtime"] } lettre = { version = "0.11.7", features = ["tokio1", "tracing", "tokio1-native-tls"] } mustache = "0.9.0"