chore: update dependencies with breaking changes (#4555)

This commit is contained in:
DaniPopes
2023-09-11 16:53:09 +02:00
committed by GitHub
parent 7dd14a7eba
commit 28f5118048
19 changed files with 208 additions and 210 deletions

View File

@ -23,7 +23,7 @@ revm-primitives = { workspace = true, features = ["serde"] }
# arbitrary utils
arbitrary = { workspace = true, features = ["derive"], optional = true }
proptest = { workspace = true, optional = true }
proptest-derive = { version = "0.3", optional = true }
proptest-derive = { workspace = true, optional = true }
[dev-dependencies]
revm-primitives = { workspace = true, features = ["serde", "arbitrary"] }
@ -34,4 +34,4 @@ test-fuzz = "4"
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-derive = "0.3"
proptest-derive.workspace = true