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