From 5f538e62224128f5384c25964c7e8cd93194002e Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 17 Sep 2024 00:31:08 +0000 Subject: [PATCH] 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 2ca2e40..3c64c61 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.90.0", features = ["runtime", "derive"] } -k8s-openapi = { version = "0.21.1", features = ["v1_29"] } +k8s-openapi = { version = "0.23.0", features = ["v1_29"] } futures = "0.3.30" thiserror = "1.0.59" rand = "0.8.5"