chore: Upgrade to prost master and bytes 0.5 (#224)

This upgrades tonic to prost's master branch, and moves everything to
bytes 0.5.
This commit is contained in:
Adam Jacob
2020-01-11 11:05:08 -08:00
committed by Lucio Franco
parent e034288c37
commit 8997f47b6d
9 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ license = "MIT"
[dependencies]
tonic = { path = "../../tonic" }
bytes = "0.4"
prost = "0.5"
bytes = "0.5"
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
[build-dependencies]
tonic-build = { path = "../../tonic-build" }