From fe46fa720ea6bcd77989b6341846deeec264193c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 06:15:13 +0000 Subject: [PATCH] fix(deps): update tokio-prost monorepo to 0.12.4 --- Cargo.lock | 15 +++------------ tailcall-upstream-grpc/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fc5069b1e..ee6d9ab322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2580,15 +2580,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.11" @@ -3639,7 +3630,7 @@ dependencies = [ "bincode", "either", "fnv", - "itertools 0.12.1", + "itertools 0.11.0", "lazy_static", "nom", "quick-xml", @@ -3872,7 +3863,7 @@ checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1" dependencies = [ "bytes", "heck 0.5.0", - "itertools 0.12.1", + "itertools 0.11.0", "log", "multimap", "once_cell", @@ -3892,7 +3883,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.60", diff --git a/tailcall-upstream-grpc/Cargo.toml b/tailcall-upstream-grpc/Cargo.toml index 2cea694b3a..b656b9c4c9 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -11,8 +11,8 @@ hyper = { version = "0.14.28", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] } tonic = "0.11.0" tonic-reflection = "0.11.0" -prost = "0.12.3" -prost-types = "0.12.3" +prost = "0.12.4" +prost-types = "0.12.4" tower = "0.4.13" hyper-util = { version = "0.1.3", features = ["tokio"] } http-body-util = "0.1.1"