From 8d9e5357f2788a4177f668018c04e1eff9b5a60d Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 7 Sep 2023 11:13:03 -0700 Subject: [PATCH] Update tonic and prost dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 198b24c3..73f4340f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,11 +27,11 @@ edition = "2021" tokio = "1.26" tower = "0.4" -tonic = "0.9.2" -tonic-build = "0.9.2" +tonic = "0.10" +tonic-build = "0.10" -prost = "0.11" -prost-types = "0.11" +prost = "0.12" +prost-types = "0.12" async-trait = "0.1.52" futures = "0.3.19"