feat: Update prost and friends to 0.9 (#791)
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user