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