Skip to content

Commit

Permalink
Merge pull request #194 from mxpv/prost
Browse files Browse the repository at this point in the history
Update tonic and prost dependencies
  • Loading branch information
mxpv authored Sep 8, 2023
2 parents 14e2f4d + 8d9e535 commit 9388ecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ edition = "2021"
tokio = "1.26"
tower = "0.4"

tonic = "0.9.2"
tonic-build = "0.9.2"
tonic = "0.10"
tonic-build = "0.10"

prost = "0.11"
prost-types = "0.11"
prost = "0.12"
prost-types = "0.12"

async-trait = "0.1.52"
futures = "0.3.19"

0 comments on commit 9388ecf

Please sign in to comment.