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

@ -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