From 126e7af5443cc4e9e6dc437ded4f62ff184e3661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:00:38 +0000 Subject: [PATCH] chore(deps): update k8s-openapi requirement from 0.26 to 0.27 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.26.1) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.26.1 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 55f1dbf..0fd10d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ kube-runtime = "2.0" # k8s-openapi version must match kube's requirement # kube 2.0 requires k8s-openapi 0.26+ # Features enabled per-binary crate only -k8s-openapi = { version = "0.26", default-features = false } +k8s-openapi = { version = "0.27", default-features = false } # Configure rustls crypto provider (use ring for compatibility) rustls = { version = "0.23", features = ["ring"], default-features = false }