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