From b981200657943e8806db3d6230ee141f12b51f09 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 23 Dec 2024 00:22:16 +0000 Subject: [PATCH] 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 cb9ccf3..c444b93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0.115" schemars = "0.8.17" tokio = { version = "1.37.0", features = ["full"] } kube = { version = "0.97.0", features = ["runtime", "derive"] } -k8s-openapi = { version = "0.23.0", features = ["v1_31"] } +k8s-openapi = { version = "0.24.0", features = ["v1_31"] } futures = "0.3.30" thiserror = "2.0.7" rand = "0.8.5" -- 2.45.2