diff --git a/crates/storage/codecs/Cargo.toml b/crates/storage/codecs/Cargo.toml index 6864a5cf6..6f286a95b 100644 --- a/crates/storage/codecs/Cargo.toml +++ b/crates/storage/codecs/Cargo.toml @@ -15,7 +15,7 @@ workspace = true reth-codecs-derive = { path = "./derive", default-features = false } # eth -alloy-consensus = { workspace = true, optional = true, features = ["arbitrary"] } +alloy-consensus = { workspace = true, optional = true } alloy-eips = { workspace = true, optional = true } alloy-genesis = { workspace = true, optional = true } alloy-primitives.workspace = true