Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading