feat: Update prost to 0.10 (#948)
This commit is contained in:
@@ -18,8 +18,8 @@ version = "0.3.0"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.0"
|
||||
prost = "0.9"
|
||||
prost-types = "0.9"
|
||||
prost = "0.10"
|
||||
prost-types = "0.10"
|
||||
tokio = {version = "1.0", features = ["sync"]}
|
||||
tokio-stream = {version = "0.1", features = ["net"]}
|
||||
tonic = {version = "0.6", path = "../tonic", features = ["codegen", "prost"]}
|
||||
|
||||
Reference in New Issue
Block a user