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

@@ -28,7 +28,7 @@ store-api = { path = "../store-api" }
table = { path = "../table" }
table-engine = { path = "../table-engine" }
tokio = { version = "1.18", features = ["full"] }
tonic = "0.7"
tonic = "0.8"
tokio-stream = { version = "0.1.8", features = ["net"] }
tower = { version = "0.4", features = ["full"]}
tower-http = { version ="0.3", features = ["full"]}