From 55b263e00edc01445ece9f603dce56a915deb354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:33:43 +0000 Subject: [PATCH] deps(deps): update gateway-api requirement from 0.16 to 0.21 Updates the requirements on [gateway-api](https://github.com/kube-rs/gateway-api-rs) to permit the latest version. - [Release notes](https://github.com/kube-rs/gateway-api-rs/releases) - [Commits](https://github.com/kube-rs/gateway-api-rs/compare/v0.16.0...v0.21.0) --- updated-dependencies: - dependency-name: gateway-api dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- control/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/Cargo.toml b/control/Cargo.toml index 19175e4..b22ecbc 100644 --- a/control/Cargo.toml +++ b/control/Cargo.toml @@ -19,7 +19,7 @@ k8s-openapi = { version = "0.25", features = ["v1_31"] } # Updated to match gat kube-runtime = "1" # Updated with kube # Gateway API (official Rust bindings from kube-rs) -gateway-api = "0.16" # Latest version with Gateway API v1.x support +gateway-api = "0.21" # Latest version with Gateway API v1.x support # Logging tracing = "0.1"