From 6317df3f1e20173a143fda66dd50afca82e611bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:17:03 +0000 Subject: [PATCH] fix(deps): 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 07c8592..c11ec4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" clap = { version = "4.5.4", features = ["derive", "env"] } env_logger = "0.11.3" hex = "0.4.3" -k8s-openapi = { version = "0.22.0", features = ["v1_22"] } +k8s-openapi = { version = "0.23.0", features = ["v1_22"] } kube = "0.93.0" log = "0.4.21" openssl = "0.10.64"