From 410b7a9de120b4b309383d48c681423089045df0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:48:23 +0000 Subject: [PATCH] fix(deps): update rust crate http-body-util to 0.1.1 --- 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 d77289eacc..0c63bfc943 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -15,7 +15,7 @@ prost = "0.12.3" prost-types = "0.12.3" tower = "0.4.13" hyper-util = { version = "0.1.3", features = ["tokio"] } -http-body-util = "0.1.0" +http-body-util = "0.1.1" anyhow = "1.0.82" once_cell = "1.19.0" tonic-tracing-opentelemetry = "0.18.1"