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

@@ -9,7 +9,7 @@ edition = "2021"
api = { path = "../api" }
common-error = { path = "../common/error" }
snafu = { version = "0.7", features = ["backtraces"] }
tonic = "0.7"
tonic = "0.8"
[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }