chore(deps): enable missing arbitrary in tests (#8921)

This commit is contained in:
Matthias Seitz
2024-06-18 14:29:49 +02:00
committed by GitHub
parent 148c11e222
commit 3a1e4e9ad4

View File

@ -59,10 +59,12 @@ proptest-derive = { workspace = true, optional = true }
[dev-dependencies]
# eth
reth-primitives-traits = { workspace = true, features = ["arbitrary"] }
revm-primitives = { workspace = true, features = ["arbitrary"] }
nybbles = { workspace = true, features = ["arbitrary"] }
alloy-trie = { workspace = true, features = ["arbitrary"] }
alloy-eips = { workspace = true, features = ["arbitrary"] }
alloy-consensus = { workspace = true, features = ["arbitrary"] }
assert_matches.workspace = true
arbitrary = { workspace = true, features = ["derive"] }