From 6616a4318e39a4742a5710b6eb5aa03d6386be47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:10:33 +0000 Subject: [PATCH] fix(deps): update rust crate k8s-openapi to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0151ada..89ae736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ base64 = "0.22.1" clap = { version = "3.2.25", features = ["derive", "env"] } csv = "1.3.0" env_logger = "0.11.3" -k8s-openapi = { version = "0.14.0", features = ["v1_22"] } +k8s-openapi = { version = "0.22.0", features = ["v1_22"] } kube = { version = "0.72.0" } log = "0.4.21" serde = { version = "1.0.200", features = ["derive"] }