feat: Update prost and friends to 0.9 (#791)
This commit is contained in:
@@ -20,9 +20,9 @@ transport = ["tonic/transport"]
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.0", features = ["sync"] }
|
||||
tonic = { version = "0.5", path = "../tonic", features = ["codegen", "prost"] }
|
||||
tonic = { version = "0.6", path = "../tonic", features = ["codegen", "prost"] }
|
||||
bytes = "1.0"
|
||||
prost = "0.8"
|
||||
prost = "0.9"
|
||||
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.5", path = "../tonic-build" }
|
||||
tonic-build = { version = "0.6", path = "../tonic-build" }
|
||||
|
||||
Reference in New Issue
Block a user