mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: update dependencies with breaking changes (#4555)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user