feat: update tonic/prost and simplify build requirements (#130)

* feat: update tonic/prost and simplify build requirements

* doc: update readme for protoc installtion
This commit is contained in:
Ning Sun
2022-08-04 23:11:39 +08:00
committed by GitHub
parent fb4495eb46
commit 97be052b33
8 changed files with 109 additions and 57 deletions

View File

@@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.10"
tonic = "0.7"
prost = "0.11"
tonic = "0.8"
[build-dependencies]
tonic-build = "0.7"
tonic-build = "0.8"