From a01133737d0ebf044467dcec710b90b00995dfa1 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Mon, 10 Mar 2025 23:13:42 +0000 Subject: [PATCH] chore: Move dependencies to workspace --- Cargo.toml | 3 +++ bin/reth/Cargo.toml | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b0ab50f66..fd5fa8cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -622,6 +622,9 @@ snmalloc-rs = { version = "0.3.7", features = ["build_cc"] } # See: https://github.com/eira-fransham/crunchy/issues/13 crunchy = "=0.2.2" +lz4_flex = "0.11.3" +rmp-serde = "1.3.0" + [patch.crates-io] alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "beb6832" } alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "beb6832" } diff --git a/bin/reth/Cargo.toml b/bin/reth/Cargo.toml index 22bbdeaf6..6523f70f7 100644 --- a/bin/reth/Cargo.toml +++ b/bin/reth/Cargo.toml @@ -90,8 +90,6 @@ backon.workspace = true similar-asserts.workspace = true parking_lot.workspace = true -lz4_flex = "0.11.3" -rmp-serde = "1.3.0" serde = { workspace = true, features = ["derive"] } reth-e2e-test-utils.workspace = true once_cell.workspace = true @@ -100,6 +98,10 @@ jsonrpsee.workspace = true jsonrpsee-core.workspace = true reth-rpc-layer.workspace = true +lz4_flex.workspace = true +rmp-serde.workspace = true +reqwest.workspace = true + [dev-dependencies] tempfile.workspace = true