feat: Update prost to 0.10 (#948)

This commit is contained in:
Jesse Szwedko
2022-03-30 10:43:06 -04:00
committed by GitHub
parent 097e7e85a9
commit c78274e3fe
20 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ futures-util = "0.3"
http = "0.2"
http-body = "0.4.2"
hyper = "0.14"
prost = "0.9"
prost-derive = "0.9"
prost = "0.10"
prost-derive = "0.10"
tokio = {version = "1.0", features = ["rt-multi-thread", "time", "macros", "fs"]}
tokio-stream = "0.1"
tonic = {path = "../tonic", features = ["tls"]}