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:
@@ -22,7 +22,7 @@ transport = ["tonic/transport"]
|
||||
tokio = { version = "1.0", features = ["sync"] }
|
||||
tonic = { version = "0.4", path = "../tonic", features = ["codegen", "prost"] }
|
||||
bytes = "1.0"
|
||||
prost = "0.7"
|
||||
prost = "0.8"
|
||||
tokio-stream = "0.1"
|
||||
async-stream = "0.3"
|
||||
|
||||
@@ -30,4 +30,4 @@ async-stream = "0.3"
|
||||
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"]}
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = { version = "0.4", path = "../tonic-build" }
|
||||
tonic-build = { version = "0.4", path = "../tonic-build" }
|
||||
|
||||
Reference in New Issue
Block a user