chore: remove proptest-derive dev deps (#9719)

This commit is contained in:
Dan Cline
2024-07-22 17:41:25 -04:00
committed by GitHub
parent 3df7450e02
commit ed16643f12
12 changed files with 1 additions and 23 deletions

View File

@ -44,7 +44,6 @@ alloy-consensus = { workspace = true, features = ["arbitrary"] }
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-arbitrary-interop.workspace = true
proptest-derive.workspace = true
test-fuzz.workspace = true
rand.workspace = true
serde_json.workspace = true