Skip to content

Commit

Permalink
build(deps): upgrade tonic 0.12 for hyper 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Jul 8, 2024
1 parent a70a6af commit 57c4af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.25"
strum_macros = "0.25"
tonic = "0.11"
tonic = "0.12"

[build-dependencies]
tonic-build = "0.11"
tonic-build = "0.12"

0 comments on commit 57c4af2

Please sign in to comment.