From a7fe77fb2cf9e1532eb033a1544c2c478683d71b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:05:18 +0000 Subject: [PATCH] chore(deps): 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 5ede625f..a9def5d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ hostname = "0.4.0" http = "1.1.0" hyper = "1.4.1" insta = { version = "1.39.0", features = ["yaml", "toml", "redactions"] } -k8s-openapi = { version = "0.23.0", features = ["latest", "schemars"] } +k8s-openapi = { version = "0.24.0", features = ["latest", "schemars"] } kube = { version = "0.97.0", features = ["runtime", "client", "derive" ] } lazy_static = "1.5.0" paste = "1.0.15"