chore: set test-fuzz to workspace dep, bump c-kzg (#6705)

This commit is contained in:
Dan Cline
2024-02-21 05:03:07 -05:00
committed by GitHub
parent 86788c618c
commit c8c422e278
6 changed files with 19 additions and 87 deletions

View File

@ -48,8 +48,7 @@ reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-tracing.workspace = true
ethers-core = { workspace = true, default-features = false }
test-fuzz = "4"
test-fuzz.workspace = true
tokio-util = { workspace = true, features = ["io", "codec"] }
rand.workspace = true
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }