From 4c371e9b3ea8e0a8ee2f9cbd7ded26e54a45df3b Mon Sep 17 00:00:00 2001 From: luofucong Date: Wed, 27 Mar 2024 19:17:07 +0800 Subject: [PATCH] upgrade tonic version to v0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 332d4d3..0873f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tls-roots = ["tls", "tonic/tls-roots"] pub-response-field = ["visible"] [dependencies] -tonic = "0.10.0" +tonic = "0.11.0" prost = "0.12.0" tokio = "1.32.0" tokio-stream = "0.1.14"