mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): move more things to workspace (#4881)
This commit is contained in:
@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user