diff --git a/gateway-api/Cargo.toml b/gateway-api/Cargo.toml index 9b1ceeb..a42f8c5 100644 --- a/gateway-api/Cargo.toml +++ b/gateway-api/Cargo.toml @@ -27,5 +27,5 @@ hyper = "0.14.29" kube = { version = "^0.88.1" } k8s-openapi = { version = "0.21.1" , features = ["v1_29"] } tokio = { version = "1.38.0", features = ["macros"] } -tower = "0.4.13" +tower = "0.5.0" uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }