From 30ae7b0eeccdda3987535dbf0b8fc3f88621c337 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Jan 2022 02:03:16 +0000 Subject: [PATCH] Update Rust crate k8s-openapi to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd9eb4..ffbf328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Noel "] rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] } kube = "0.64.0" kube-runtime = "0.64.0" -k8s-openapi = { version = "0.13.1", default-features = false, features = ["v1_22"] } +k8s-openapi = { version = "0.14.0", default-features = false, features = ["v1_22"] } libc = { version = "0.2", default-features = false } log = "0.4" pretty_env_logger = "0.4"