feat: Update prost and friends to 0.9 (#791)

This commit is contained in:
Eliza Weisman
2021-10-19 10:59:28 -04:00
committed by GitHub
parent 4604042934
commit 09805ece45
21 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
tonic = { path= "../../tonic" }
prost = "0.8"
prost = "0.9"
[build-dependencies]
tonic-build = { path= "../../tonic-build" }
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
tonic = { path = "../../tonic", features = ["compression"] }
prost = "0.8"
prost = "0.9"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "net"] }
tower = { version = "0.4", features = [] }
http-body = "0.4"
+2 -2
View File
@@ -10,8 +10,8 @@ license = "MIT"
[dependencies]
tonic = { path= "../../../tonic" }
prost = "0.8"
prost-types = "0.8"
prost = "0.9"
prost-types = "0.9"
uuid = { package = "uuid1", path= "../uuid" }
[build-dependencies]
+2 -2
View File
@@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.8"
prost = "0.9"
bytes = "1.0"
[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"
+1 -1
View File
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.8"
prost = "0.9"
[build-dependencies]
tonic-build = { path = "../../tonic-build" }
+1 -1
View File
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.8"
prost = "0.9"
futures-util = "0.3"
bytes = "1.0"
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.8"
prost = "0.9"
[build_dependencies]
tonic-build = { path = "../../tonic-build" }
+1 -1
View File
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.8"
prost = "0.9"
[build-dependencies]
tonic-build = { path = "../../tonic-build" }
+1 -1
View File
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.8"
prost = "0.9"
[build-dependencies]
tonic-build = { path = "../../tonic-build" }
+1 -1
View File
@@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.8"
prost = "0.9"
[build-dependencies]
tonic-build = { path = "../../tonic-build" }
+1 -1
View File
@@ -13,7 +13,7 @@ doctest = false
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.8"
prost = "0.9"
[build-dependencies]
tonic-build = { path = "../../tonic-build" }
+2 -2
View File
@@ -10,8 +10,8 @@ license = "MIT"
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.8"
prost-types = "0.8"
prost = "0.9"
prost-types = "0.9"
[build-dependencies]
tonic-build = { path = "../../tonic-build" }