From 9e97d9fe855ed5b4500604a1267681c057f5eff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:19:56 +0000 Subject: [PATCH] Update k8s-openapi requirement from 0.20.0 to 0.21.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.20.0...v0.21.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a50789..e37209a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ convert_case = "0.6.0" dirs = "5.0.1" json_comments = "0.2.1" kube = { version = "0.87.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } -k8s-openapi = { version = "0.20.0", default-features = false, features = ["schemars", "v1_28"] } +k8s-openapi = { version = "0.21.0", default-features = false, features = ["schemars", "v1_28"] } notify = "6.0.1" oci-distribution = { version = "0.10.0", default-features = false, features = ["rustls-tls", "test-registry"] } serde = { version = "1.0", features = ["derive"] } @@ -36,4 +36,4 @@ validator = { version = "0.16.0", features = ["derive"] } [dev-dependencies] mockito = "1.1.0" assert_matches = "1.5" -k8s-openapi = { version = "0.20.0", default-features = false, features = ["schemars", "v1_28"] } +k8s-openapi = { version = "0.21.0", default-features = false, features = ["schemars", "v1_28"] }