diff --git a/gateway-api/Cargo.toml b/gateway-api/Cargo.toml index 09e0a74..92395a4 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", "schemars"] } tokio = { version = "1.38.0", features = ["macros"] } -tower = "0.4.13" +tower = "0.5.1" uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }