Skip to content

Commit

Permalink
chore(deps): bump tonic, tonic-build and prost (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia authored Oct 19, 2023
1 parent ced45cb commit 365922c
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 @@ -5,12 +5,12 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
prost = "0.11"
prost = "0.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.25"
strum_macros = "0.25"
tonic = "0.9"
tonic = "0.10"

[build-dependencies]
tonic-build = "0.9"
tonic-build = "0.10"

0 comments on commit 365922c

Please sign in to comment.