chore: update prost, and related crates, to 0.8 (#703)

* chore: update prost, and related crates, to 0.8

Updates prost, prost-derive, prost-build, and prost-types to 0.8.

* Update the last few places
This commit is contained in:
David Pedersen
2021-07-08 15:02:02 -04:00
committed by GitHub
parent a948a8f884
commit acdb3273bb
21 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
tonic = { path = "../../../tonic" }
tonic-web = { path = "../../../tonic-web" }
prost = "0.7"
prost = "0.8"
tokio = { version = "1", features = ["macros", "rt", "net"] }
base64 = "0.13"
bytes = "1.0"