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:
@ -36,7 +36,7 @@ metrics.workspace = true
|
||||
|
||||
# misc
|
||||
bytes.workspace = true
|
||||
page_size = "0.4.2"
|
||||
page_size = "0.6.0"
|
||||
thiserror.workspace = true
|
||||
tempfile = { version = "3.3.0", optional = true }
|
||||
parking_lot.workspace = true
|
||||
@ -46,7 +46,7 @@ eyre = "0.6.8"
|
||||
# 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]
|
||||
# reth libs with arbitrary
|
||||
@ -70,7 +70,7 @@ async-trait.workspace = true
|
||||
|
||||
arbitrary = { workspace = true, features = ["derive"] }
|
||||
proptest.workspace = true
|
||||
proptest-derive = "0.3"
|
||||
proptest-derive.workspace = true
|
||||
|
||||
serde_json.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user