feat: Update prost and friends to 0.9 (#791)

This commit is contained in:
Eliza Weisman
2021-10-19 10:59:28 -04:00
committed by GitHub
parent 4604042934
commit 09805ece45
21 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ categories = ["network-programming", "asynchronous"]
keywords = ["rpc", "grpc", "grpc-web"]
[dependencies]
tonic = { version = "0.5", path = "../tonic", default-features = false, features = ["transport"] }
tonic = { version = "0.6", path = "../tonic", default-features = false, features = ["transport"] }
http = "0.2"
base64 = "0.13"
futures-core = "0.3"