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
+2 -2
View File
@@ -19,8 +19,8 @@ tokio = { version = "1.0", features = ["rt-multi-thread", "time", "macros", "fs"
tokio-stream = "0.1"
async-stream = "0.3"
tonic = { path = "../tonic", features = ["tls"] }
prost = "0.8"
prost-derive = "0.8"
prost = "0.9"
prost-derive = "0.9"
bytes = "1.0"
http = "0.2"
futures-core = "0.3"