feat: Update prost and friends to 0.9 (#791)
This commit is contained in:
@@ -18,14 +18,14 @@ keywords = ["rpc", "grpc", "async", "reflection"]
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.0"
|
||||
prost = "0.8"
|
||||
prost-types = "0.8"
|
||||
prost = "0.9"
|
||||
prost-types = "0.9"
|
||||
tokio = { version = "1.0", features = ["sync"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
tonic = { version = "0.5", path = "../tonic", features = ["codegen", "prost"] }
|
||||
tonic = { version = "0.6", path = "../tonic", features = ["codegen", "prost"] }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = { version = "0.5", path = "../tonic-build" }
|
||||
tonic-build = { version = "0.6", path = "../tonic-build" }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user