From 365922c3581ad954b3b3851af522b0ed0096970c Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Thu, 19 Oct 2023 21:46:47 +0800 Subject: [PATCH] chore(deps): bump tonic, tonic-build and prost (#110) Signed-off-by: Ruihang Xia --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 12df18d..370940f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ edition = "2021" license = "Apache-2.0" [dependencies] -prost = "0.11" +prost = "0.12" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = "0.25" strum_macros = "0.25" -tonic = "0.9" +tonic = "0.10" [build-dependencies] -tonic-build = "0.9" +tonic-build = "0.10"