Skip to content

Commit

Permalink
chore: bump tonic to 0.7, prost to 0.10 (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh authored Apr 5, 2022
1 parent 050257a commit 8a43cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tls-roots = ["tls", "tonic/tls-roots"]
pub-response-field = ["visible"]

[dependencies]
tonic = "0.6.2"
prost = "0.9.0"
tonic = "0.7.1"
prost = "0.10.0"
tokio = "1.17.0"
tokio-stream = "0.1.8"
tower-service = "0.3.1"
Expand All @@ -30,7 +30,7 @@ tower = "0.4.12"
tokio = { version = "1.17.0", features = ["full"] }

[build-dependencies]
tonic-build = { version = "0.6.2", default-features = false, features = ["prost"] }
tonic-build = { version = "0.7.0", default-features = false, features = ["prost"] }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 8a43cd1

Please sign in to comment.