mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move dashmap to workspace dep (#8153)
This commit is contained in:
@ -311,6 +311,7 @@ aquamarine = "0.5"
|
||||
bytes = "1.5"
|
||||
bitflags = "2.4"
|
||||
clap = "4"
|
||||
dashmap = "5.5"
|
||||
derive_more = "0.99.17"
|
||||
fdlimit = "0.3.0"
|
||||
eyre = "0.6"
|
||||
|
||||
@ -22,7 +22,7 @@ indexmap = "2"
|
||||
libc = "0.2"
|
||||
parking_lot.workspace = true
|
||||
thiserror.workspace = true
|
||||
dashmap = { version = "5.5.3", features = ["inline"], optional = true }
|
||||
dashmap = { workspace = true, features = ["inline"], optional = true }
|
||||
tracing.workspace = true
|
||||
|
||||
ffi = { package = "reth-mdbx-sys", path = "./mdbx-sys" }
|
||||
|
||||
@ -40,7 +40,7 @@ auto_impl.workspace = true
|
||||
itertools.workspace = true
|
||||
pin-project.workspace = true
|
||||
parking_lot.workspace = true
|
||||
dashmap = { version = "5.5", features = ["inline"] }
|
||||
dashmap = { workspace = true, features = ["inline"] }
|
||||
strum.workspace = true
|
||||
|
||||
# test-utils
|
||||
|
||||
Reference in New Issue
Block a user