Skip to content

Commit

Permalink
downgrade tonice
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Nov 26, 2024
1 parent 9ce723f commit 0ac1c39
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 @@ -31,8 +31,8 @@ bincode = "1.3.3"

csv = "1.3.0"
dashmap = "6.1.0"
tonic = { version= "0.12.3", features=["gzip"] }
tonic-health = "0.12.3"
tonic = { version= "0.12.1", features=["gzip"] }
tonic-health = "0.12.1"
regex = "1.10.4"
clap = { version = "4.2", features = ["derive"] }

Expand Down

0 comments on commit 0ac1c39

Please sign in to comment.