From 96c46a9ed741a13f72b01ff7afa6bff7b79b4958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:44:37 +0000 Subject: [PATCH] chore(deps): update k8s-openapi requirement from 0.21.1 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.21.1...v0.23.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 09e0a74..4bc1fba 100644 --- a/gateway-api/Cargo.toml +++ b/gateway-api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] kube = { version = "^0.88.1", default-features = false, features = ["derive"] } -k8s-openapi = { version = "0.21.1" } +k8s-openapi = { version = "0.23.0" } schemars = "0.8.21" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.118" @@ -25,7 +25,7 @@ once_cell = "1.19.0" anyhow = "1.0.86" hyper = "0.14.29" kube = { version = "^0.88.1" } -k8s-openapi = { version = "0.21.1" , features = ["v1_29", "schemars"] } +k8s-openapi = { version = "0.23.0" , features = ["v1_29", "schemars"] } tokio = { version = "1.38.0", features = ["macros"] } tower = "0.4.13" uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }