From bb9c446c54322269d412b7bc47f5a5b306043635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:53:25 +0000 Subject: [PATCH] fix(deps): update rust crate tower to 0.5.0 --- tailcall-upstream-grpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailcall-upstream-grpc/Cargo.toml b/tailcall-upstream-grpc/Cargo.toml index 8bab51007b3..afcd7551333 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -13,7 +13,7 @@ tonic = "0.11.0" tonic-reflection = "0.11.0" prost = "0.12.4" prost-types = "0.12.4" -tower = "0.4.13" +tower = "0.5.0" hyper-util = { version = "0.1.3", features = ["tokio"] } http-body-util = "0.1.1" once_cell = "1.19.0"