From 04197b94837fa2bf7c2d5f3a20fdf08b0521d4a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:33:14 +0000 Subject: [PATCH] deps(deps): update kube requirement from >=1.0, <2.0 to >=1.0, <4.0 Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version. - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](https://github.com/kube-rs/kube/compare/1.0.0...3.1.0) --- updated-dependencies: - dependency-name: kube dependency-version: 3.1.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..95a7846 100644 --- a/control/Cargo.toml +++ b/control/Cargo.toml @@ -14,7 +14,7 @@ thiserror = "1.0" num_cpus = "1.16" # Kubernetes -kube = { version = ">=1.0, <2.0", features = ["runtime", "derive"] } # Updated to match k8s-openapi 0.25 +kube = { version = ">=1.0, <4.0", features = ["runtime", "derive"] } # Updated to match k8s-openapi 0.25 k8s-openapi = { version = "0.25", features = ["v1_31"] } # Updated to match gateway-api kube-runtime = "1" # Updated with kube