From fb2b81202214aa05a1acd8c23523866601b1661d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:08:59 +0000 Subject: [PATCH] build(deps): update k8s-openapi requirement in /tests/utilities Updates the requirements on [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version. - [Release notes](https://github.com/Arnavion/k8s-openapi/releases) - [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/Arnavion/k8s-openapi/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/utilities/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }