Skip to content

Commit

Permalink
move dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Dec 9, 2024
1 parent b44d371 commit 78d33f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ log = "0.4.17"
tracing = "0.1.37"
itertools = "0.10.5"

tonic = { version= "0.12"}
tonic = "0.12"
tonic-health = "0.12"
regex = "1.10.4"
clap = { version = "4.2", features = ["derive"] }


[dev-dependencies]
Expand All @@ -42,7 +40,8 @@ bincode = "1.3.3"
csv = "1.3.0"
lz4_flex = "0.11.3"
dashmap = "6.1.0"

regex = "1.10.4"
clap = { version = "4.2", features = ["derive"] }

# workaround to avoid solana dependency issue https://github.com/solana-labs/solana/blob/27eff8408b7223bb3c4ab70523f8a8dca3ca6645/Cargo.toml#L514
[patch.crates-io.curve25519-dalek]
Expand Down

0 comments on commit 78d33f3

Please sign in to comment.