From 0faf2817a3156ca4e3d5b09e38bf8f2240aa27cc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Sep 2024 21:33:10 +0000
Subject: [PATCH] Update k8s-openapi requirement from 0.22.0 to 0.23.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.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: k8s-openapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index d71e23f..afc25be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ convert_case = "0.6.0"
 data-encoding = "2.5.0"
 dirs = "5.0.1"
 json_comments = "0.2.2"
-k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "latest"] }
+k8s-openapi = { version = "0.23.0", default-features = false, features = ["schemars", "latest"] }
 kube = { version = "0.93.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
 notify = "6.1.1"
 oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] }