From e5631150bc817014286510e991f67bac7a02057b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:46:02 +0000 Subject: [PATCH] Update k8s-openapi requirement from 0.20.0 to 0.21.1 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.1) --- 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 2c6fbe9..7d992d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ categories = ["algorithms", "data-structures", "encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -k8s-openapi = { version = "0.20.0", default-features = false } +k8s-openapi = { version = "0.21.1", default-features = false } nom = "7.1.3" rust_decimal = "1.32.0" thiserror = "1.0.48" [dev-dependencies] -k8s-openapi = { version = "0.20.0", default-features = false, features = [ +k8s-openapi = { version = "0.21.1", default-features = false, features = [ "v1_28", ] }