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:
@@ -16,7 +16,7 @@ keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
prost-build = { version = "0.7", optional = true }
|
||||
prost-build = { version = "0.8", optional = true }
|
||||
syn = "1.0"
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user