From 760da7e6a4d16350222731079665b6ba2ce0e4a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:15:32 +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 97b6b4ecb5..e113aaef36 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -14,7 +14,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"