From f2e143c7304d2dd95530c12cd74f05bbad68b42d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 22:04:14 +0000 Subject: [PATCH] build(deps): update all dependencies updates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2715adb8..39898a66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ humansize = "2.1" indicatif = "0.18" is-terminal = "0.4.16" itertools = "0.14.0" -k8s-openapi = { version = "0.26.0", default-features = false, features = [ +k8s-openapi = { version = "0.27.0", default-features = false, features = [ "v1_32", ] } lazy_static = "1.4.0"