From 17fc7b50f9db0985f6f86c40ea2591c7c8e14e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:48:13 +0000 Subject: [PATCH] chore(deps): update k8s-openapi requirement from 0.21.0 to 0.22.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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gateway-api/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway-api/Cargo.toml b/gateway-api/Cargo.toml index 43be861..ab49015 100644 --- a/gateway-api/Cargo.toml +++ b/gateway-api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] kube = { version = "^0.88.0", default-features = false, features = ["derive"] } -k8s-openapi = { version = "0.21.0", features = ["v1_29", "schemars"] } +k8s-openapi = { version = "0.22.0", features = ["v1_29", "schemars"] } schemars = "0.8.16" serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" @@ -22,7 +22,7 @@ serde_yaml = "0.9.30" anyhow = "1.0.79" hyper = "0.14.28" kube = { version = "^0.88.0" } -k8s-openapi = { version = "0.21.0" , features = ["v1_29"] } +k8s-openapi = { version = "0.22.0" , features = ["v1_29"] } tokio = { version = "1.35.1", features = ["macros"] } tower = "0.4.13" uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }