From 9270ec51eeab20ba1a5d0585622a7e996fe8e8ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:45:47 +0000 Subject: [PATCH] fix(deps): update rust kube --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ad6bf8..cb9241c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ opt-level = "z" # Optimize for size. lto = true [dependencies] -kube = { version = "0.90.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } -k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_26"] } +kube = { version = "0.91.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } +k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_26"] } anyhow = "1.0.82" thiserror = "1.0.59" futures = "0.3.30"