From af7cec139caaf967ce64c542ce50a049ef6de208 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:36:09 +0000 Subject: [PATCH] fix(deps): update rust crate k8s-openapi to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb5f167..a264dc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ async-recursion = "1.1.1" clap = { version = "4.5.4", features = ["derive", "env"] } env_logger = "0.11.3" futures = "0.3.30" -k8s-openapi = { version = "0.23.0", features = ["v1_30"] } +k8s-openapi = { version = "0.27.0", features = ["v1_30"] } kube = { version = "0.97.0", default-features = false, features = ["runtime", "derive", "client", "rustls-tls", "ws"] } #todo: ws in only required in dev log = "0.4.21" postgres-protocol = "0.6.6"