From 2e28012a4587d28a4cee7995128783b180698a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 17:45:02 +0000 Subject: [PATCH] :arrow_up: Update k8s-openapi requirement from 0.21 to 0.22 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.21.0...v0.22.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 084d0b0..1cd7baf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = "0.4" clap = { version = "4.2", features = ["derive"] } color-eyre = "0.6.2" itertools = "0.13" -k8s-openapi = { version = "0.21", default-features = false } +k8s-openapi = { version = "0.22", default-features = false } kube = { version = "0.90", features = [ "client", "oauth",