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:
@@ -181,7 +181,7 @@ Edit `Cargo.toml` and add all the dependencies we'll need for this example:
|
||||
```toml
|
||||
[dependencies]
|
||||
tonic = "0.4"
|
||||
prost = "0.7"
|
||||
prost = "0.8"
|
||||
futures-core = "0.3"
|
||||
futures-util = "0.3"
|
||||
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync", "time"] }
|
||||
|
||||
Reference in New Issue
Block a user