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