From 504904c05c41061f91e877287eb6f4e08a3224e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:14:09 +0000 Subject: [PATCH] fix(deps): update tokio-prost monorepo to 0.13.0 --- tailcall-upstream-grpc/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailcall-upstream-grpc/Cargo.toml b/tailcall-upstream-grpc/Cargo.toml index 97b6b4ecb5..1f976276a2 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -12,8 +12,8 @@ tokio = { version = "1.37.0", features = ["full"] } headers = { workspace = true } tonic = "0.11.0" tonic-reflection = "0.11.0" -prost = "0.12.4" -prost-types = "0.12.4" +prost = "0.13.0" +prost-types = "0.13.0" tower = "0.4.13" hyper-util = { version = "0.1.3", features = ["tokio"] } http-body-util = "0.1.1"