From fd9904ff3a393575f3ec2ca63f4ee68d42b64051 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:57:22 +0000 Subject: [PATCH] fix(deps): update rust crate kube to 0.93.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d20c57..1c209b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ opt-level = "z" # Optimize for size. lto = true [dependencies] -kube = { version = "0.92.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } +kube = { version = "0.93.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"