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
+5 -5
View File
@@ -7,12 +7,12 @@ name = "tonic"
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.5.x" git tag.
version = "0.5.2"
# - Create "v0.6.x" git tag.
version = "0.6.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/tonic/0.5.2/tonic/"
documentation = "https://docs.rs/tonic/0.6.0/tonic/"
repository = "https://github.com/hyperium/tonic"
homepage = "https://github.com/hyperium/tonic"
description = """
@@ -63,8 +63,8 @@ http-body = "0.4.2"
pin-project = "1.0"
# prost
prost1 = { package = "prost", version = "0.8", optional = true }
prost-derive = { version = "0.8", optional = true }
prost1 = { package = "prost", version = "0.9", optional = true }
prost-derive = { version = "0.9", optional = true }
# codegen
async-trait = { version = "0.1.13", optional = true }