From 4bf1da2efedc57378b8aa1a3deaf3e02863c28a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:57:27 +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"