mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
chore: Move dependencies to workspace
This commit is contained in:
@ -622,6 +622,9 @@ snmalloc-rs = { version = "0.3.7", features = ["build_cc"] }
|
||||
# See: https://github.com/eira-fransham/crunchy/issues/13
|
||||
crunchy = "=0.2.2"
|
||||
|
||||
lz4_flex = "0.11.3"
|
||||
rmp-serde = "1.3.0"
|
||||
|
||||
[patch.crates-io]
|
||||
alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "beb6832" }
|
||||
alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "beb6832" }
|
||||
|
||||
@ -90,8 +90,6 @@ backon.workspace = true
|
||||
similar-asserts.workspace = true
|
||||
|
||||
parking_lot.workspace = true
|
||||
lz4_flex = "0.11.3"
|
||||
rmp-serde = "1.3.0"
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
reth-e2e-test-utils.workspace = true
|
||||
once_cell.workspace = true
|
||||
@ -100,6 +98,10 @@ jsonrpsee.workspace = true
|
||||
jsonrpsee-core.workspace = true
|
||||
reth-rpc-layer.workspace = true
|
||||
|
||||
lz4_flex.workspace = true
|
||||
rmp-serde.workspace = true
|
||||
reqwest.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user