diff --git a/Cargo.lock b/Cargo.lock index 1304df5d2a15..90a34f6f9172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8587,13 +8587,11 @@ dependencies = [ "pprof", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", "reth-codecs", "reth-ethereum-forks", "reth-ethereum-primitives", "reth-primitives-traits", "reth-static-file-types", - "reth-trie-common", "serde", "serde_json", ] diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index a420114a4bfc..064487e7250c 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -35,9 +35,7 @@ arbitrary = { workspace = true, features = ["derive"], optional = true } [dev-dependencies] # eth -reth-chainspec = { workspace = true, features = ["arbitrary"] } reth-primitives-traits = { workspace = true, features = ["arbitrary", "test-utils"] } -reth-trie-common = { workspace = true, features = ["arbitrary"] } alloy-rlp.workspace = true alloy-eips = { workspace = true, features = ["arbitrary"] } @@ -69,9 +67,7 @@ std = [ "serde/std", "reth-ethereum-forks/std", "derive_more/std", - "reth-trie-common/std", "serde_json/std", - "reth-chainspec/std", "reth-ethereum-primitives/std", "alloy-rlp/std" ] @@ -87,10 +83,8 @@ arbitrary = [ "reth-codec", "reth-ethereum-forks/arbitrary", "reth-primitives-traits/arbitrary", - "reth-chainspec/arbitrary", "alloy-consensus/arbitrary", "alloy-primitives/arbitrary", - "reth-trie-common/arbitrary", "reth-ethereum-primitives/arbitrary", "reth-codecs/arbitrary" ] @@ -107,8 +101,6 @@ alloy-compat = [ ] test-utils = [ "reth-primitives-traits/test-utils", - "reth-chainspec/test-utils", - "reth-trie-common/test-utils", "arbitrary", "reth-codecs/test-utils" ] @@ -116,7 +108,6 @@ serde-bincode-compat = [ "alloy-eips/serde-bincode-compat", "alloy-consensus/serde-bincode-compat", "reth-primitives-traits/serde-bincode-compat", - "reth-trie-common/serde-bincode-compat", "reth-ethereum-primitives/serde-bincode-compat" ]