test: make provider compile with cargo t (#11817)

This commit is contained in:
Matthias Seitz
2024-10-17 05:05:26 +02:00
committed by GitHub
parent 1b97b1d942
commit b57a5607cb
2 changed files with 4 additions and 7 deletions

View File

@ -73,8 +73,10 @@ rayon.workspace = true
[dev-dependencies]
reth-db = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true, features = ["arbitrary", "test-utils"] }
reth-chain-state = { workspace = true, features = ["test-utils"] }
reth-trie = { workspace = true, features = ["test-utils"] }
reth-testing-utils.workspace = true
reth-ethereum-engine-primitives.workspace = true
parking_lot.workspace = true
tempfile.workspace = true