chore: make txpool cargo test compile (#4058)

This commit is contained in:
Matthias Seitz
2023-08-04 20:14:40 +02:00
committed by GitHub
parent 64188a3987
commit 443383b307
9 changed files with 28 additions and 22 deletions

View File

@ -30,7 +30,7 @@ auto_impl = "1.0"
thiserror.workspace = true
tracing.workspace = true
rand.workspace = true
arbitrary = { version = "1.1.7", features = ["derive"], optional = true }
arbitrary = { workspace = true, features = ["derive"], optional = true }
secp256k1 = { workspace = true, default-features = false, features = [
"alloc",
"recovery",
@ -44,7 +44,7 @@ clap = { version = "4", features = ["derive"], optional = true }
reth-db = { path = "../storage/db", features = ["test-utils"] }
tokio = { workspace = true, features = ["full"] }
tokio-stream = { workspace = true, features = ["sync"] }
arbitrary = { version = "1.1.7", features = ["derive"] }
arbitrary = { workspace = true, features = ["derive"] }
hex-literal = "0.3"
secp256k1 = { workspace = true, features = [
"alloc",