From 8a43cd1b5139902dbeee1f1756cd1c7e6fff4d11 Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Tue, 5 Apr 2022 12:36:21 +0800 Subject: [PATCH] chore: bump tonic to 0.7, prost to 0.10 (#35) Signed-off-by: Alex Chi --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a70abf..4361d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ tls-roots = ["tls", "tonic/tls-roots"] pub-response-field = ["visible"] [dependencies] -tonic = "0.6.2" -prost = "0.9.0" +tonic = "0.7.1" +prost = "0.10.0" tokio = "1.17.0" tokio-stream = "0.1.8" tower-service = "0.3.1" @@ -30,7 +30,7 @@ tower = "0.4.12" tokio = { version = "1.17.0", features = ["full"] } [build-dependencies] -tonic-build = { version = "0.6.2", default-features = false, features = ["prost"] } +tonic-build = { version = "0.7.0", default-features = false, features = ["prost"] } [package.metadata.docs.rs] all-features = true