diff --git a/tests/utilities/Cargo.toml b/tests/utilities/Cargo.toml index 16da5c1..3b92fce 100644 --- a/tests/utilities/Cargo.toml +++ b/tests/utilities/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] base64 = "0.22.1" futures = "0.3.31" -k8s-openapi = { version = "0.27.0", features = ["latest"] } +k8s-openapi = { version = "0.28.0", features = ["latest"] } kube = { version = "3.0.0", features = ["client", "runtime", "rustls-tls", "ws"] } rand = "0.10.0" reqwest = { version = "0.13.1", features = ["json"] }