chore(deps): move more things to workspace (#4881)

This commit is contained in:
Matthias Seitz
2023-10-02 22:45:36 +02:00
committed by GitHub
parent fbfca3f55f
commit f59db3151d
14 changed files with 54 additions and 27 deletions

View File

@ -39,7 +39,7 @@ metrics.workspace = true
bytes.workspace = true
page_size = "0.6.0"
thiserror.workspace = true
tempfile = { version = "3.3.0", optional = true }
tempfile = { workspace = true, optional = true }
parking_lot.workspace = true
derive_more = "0.99"
eyre = "0.6.8"
@ -56,7 +56,7 @@ reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-codecs = { path = "../codecs", features = ["arbitrary"] }
reth-interfaces.workspace = true
tempfile = "3.3.0"
tempfile.workspace = true
test-fuzz = "4"
pprof = { version = "0.12", features = ["flamegraph", "frame-pointer", "criterion"] }