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"