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
@@ -9,8 +9,8 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.9"
prost-types = "0.9"
prost = "0.10"
prost-types = "0.10"
tonic = {path = "../../../tonic"}
uuid = {package = "uuid1", path = "../uuid"}
+2 -2
View File
@@ -10,6 +10,6 @@ version = "0.1.0"
[dependencies]
bytes = "1.0"
prost = "0.9"
prost = "0.10"
[build-dependencies]
prost-build = "0.9"
prost-build = "0.10"