Skip to content

Commit

Permalink
pin tonic
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Nov 26, 2024
1 parent 0ac1c39 commit b162c27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
31 changes: 11 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1", features=["gzip"] }
tonic-health = "0.12.1"
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 b162c27

Please sign in to comment.