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
+3 -3
View File
@@ -1,10 +1,10 @@
[package]
name = "tonic-build"
version = "0.5.2"
version = "0.6.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/tonic-build/0.5.2/tonic_build/"
documentation = "https://docs.rs/tonic-build/0.6.0/tonic_build/"
repository = "https://github.com/hyperium/tonic"
homepage = "https://github.com/hyperium/tonic"
description = """
@@ -16,7 +16,7 @@ keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
[dependencies]
prost-build = { version = "0.8", optional = true }
prost-build = { version = "0.9", optional = true }
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"