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
+2 -2
View File
@@ -10,8 +10,8 @@ license = "MIT"
[dependencies]
tonic = { path= "../../../tonic" }
prost = "0.7"
prost-types = "0.7"
prost = "0.8"
prost-types = "0.8"
uuid = { package = "uuid1", path= "../uuid" }
[build-dependencies]
+2 -2
View File
@@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.7"
prost = "0.8"
bytes = "1.0"
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"