From 78d33f3d3c55d0af6d0c02e4e0de8317f93c5c54 Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Mon, 9 Dec 2024 12:29:56 +0100 Subject: [PATCH] move dev deps --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b6e2a1..efa9ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] @@ -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]