From 82faae5b8b8bae4a5172ba31292d3910f5371143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 02:55:24 +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 8584394..1c315ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ clap = { version = "3.0.14", features = ["derive"] } colored = "2.0.0" dialoguer = "0.9.0" dirs = "4.0.0" -k8s-openapi = { version = "0.14.0", features = ["v1_22"] } +k8s-openapi = { version = "0.22.0", features = ["v1_22"] } kube = { version = "0.69.0" } openssl-sys = "0.9.72" serde = "1.0"