From bac5b20a6d6782c607242dce087bf386d4dd600d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:20:48 +0000 Subject: [PATCH] build(deps): update k8s-openapi requirement from 0.20 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.20.0...v0.22.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Cargo.toml | 2 +- kubert/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 4ba0872..8cb1b22 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -42,7 +42,7 @@ default-features = false features = ["derive", "help", "env", "std"] [dev-dependencies.k8s-openapi] -version = "0.20" +version = "0.22" default-features = false features = ["latest"] diff --git a/kubert/Cargo.toml b/kubert/Cargo.toml index 33a0a59..8f4da7c 100644 --- a/kubert/Cargo.toml +++ b/kubert/Cargo.toml @@ -186,7 +186,7 @@ features = ["derive", "std"] # Not used directly, but required to ensure that the k8s-openapi dependency is considered part of # the "deps" graph rather than just the "dev-deps" graph [dependencies.k8s-openapi] -version = "0.20" +version = "0.22" optional = true default-features = false