From 10d962b547910a9454c2aaf11fda2a238b27407c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:52:14 +0000 Subject: [PATCH] Update Rust crate k8s-openapi to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6319cf..ba8e954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ env_logger = "0.11.4" futures = "0.3.30" kube = "0.94.0" kube-runtime = "0.94.0" -k8s-openapi = { version = "0.22.0", default-features = false, features = ["latest"] } +k8s-openapi = { version = "0.23.0", default-features = false, features = ["latest"] } log = "0.4.22" simple_logger = { version = "5.0.0", features = ["threads"] } tokio = { version = "1.39.1", features = ["full"] }