From 416b01659bcafa15992b34fdfc57dae7157421e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 23:00:45 +0000 Subject: [PATCH] Update k8s-openapi requirement from 0.22 to 0.24 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.22.0...v0.24.0) --- updated-dependencies: - dependency-name: k8s-openapi 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 39fe441..eb56817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ serde = "1" tracing = "0.1" [dev-dependencies] -k8s-openapi = { version = "0.22", default-features = false, features = ["v1_29"] } +k8s-openapi = { version = "0.24", default-features = false, features = ["v1_29"] } tokio = "1"