chore: move dashmap to workspace dep (#8153)

This commit is contained in:
Matthias Seitz
2024-05-08 13:56:28 +02:00
committed by GitHub
parent 6a6fe4cec2
commit ad00e83e62
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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