From 4dfdb7beee94621560be5cdbfcb42cdd9fbf5e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 22:01:22 +0000 Subject: [PATCH] Update k8s-openapi requirement from 0.26.0 to 0.27.0 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.26.0...v0.27.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9cedf1..e05aef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "2.0.17" tracing = "0.1" [dev-dependencies] -k8s-openapi = { version = "0.26.0", default-features = false, features = ["v1_31"] } +k8s-openapi = { version = "0.27.0", default-features = false, features = ["v1_31"] } tokio = "1" [package.metadata.docs.rs]