diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index f1b68e4e5a98a..7dda61ddd7d1d 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -24,7 +24,7 @@ revm-primitives = { workspace = true, features = ["serde"] } # ethereum alloy-chains = { workspace = true, features = ["serde", "rlp"] } -alloy-consensus = { workspace = true, features = ["arbitrary", "serde"] } +alloy-consensus = { workspace = true, features = ["serde"] } alloy-primitives = { workspace = true, features = ["rand", "rlp"] } alloy-rlp = { workspace = true, features = ["arrayvec"] } alloy-rpc-types = { workspace = true, optional = true } @@ -96,6 +96,7 @@ arbitrary = [ "nybbles/arbitrary", "alloy-trie/arbitrary", "alloy-chains/arbitrary", + "alloy-consensus/arbitrary", "alloy-eips/arbitrary", "dep:arbitrary", "dep:proptest",