From d6643d66e5975b5c6c2c4717b2396f06f4902e8f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 09:01:42 +0000 Subject: [PATCH] Update Rust crate kube-runtime to 0.68.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd9eb4..9d44772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Noel "] [dependencies] rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] } kube = "0.64.0" -kube-runtime = "0.64.0" +kube-runtime = "0.68.0" k8s-openapi = { version = "0.13.1", default-features = false, features = ["v1_22"] } libc = { version = "0.2", default-features = false } log = "0.4"