diff --git a/Cargo.toml b/Cargo.toml index dca4a1eb8..b45009795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/storage/libmdbx-rs/Cargo.toml b/crates/storage/libmdbx-rs/Cargo.toml index 2330b6f79..2042cd896 100644 --- a/crates/storage/libmdbx-rs/Cargo.toml +++ b/crates/storage/libmdbx-rs/Cargo.toml @@ -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" } diff --git a/crates/storage/provider/Cargo.toml b/crates/storage/provider/Cargo.toml index 526cbdaa5..672f6a7fc 100644 --- a/crates/storage/provider/Cargo.toml +++ b/crates/storage/provider/Cargo.toml @@ -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