Skip to content

Commit

Permalink
deps: Upgrade prost-build to 0.9 (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Dec 9, 2021
1 parent ce7b34c commit a2af09f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc-macro2 = { version = "1", optional = true }
protobuf = { version = "2", optional = true }
protobuf-codegen = { version = "2", optional = true }
grpcio-compiler = { version = ">=0.8", default-features = false, optional = true }
prost-build = { version = "0.8", optional = true }
prost-build = { version = "0.9", optional = true }
regex = { version = "1.3", optional = true }
syn = { version = "1.0", features = ["full"], optional = true }
quote = { version = "1.0", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ prost-codec = ["protobuf-build/grpcio-prost-codec"]

[dependencies]
protobuf = "2"
prost = "0.8"
prost-derive = "0.8"
prost = "0.9"
prost-derive = "0.9"
lazy_static = "1.4"

[build-dependencies]
Expand Down

0 comments on commit a2af09f

Please sign in to comment.