diff --git a/mercury/Cargo.toml b/mercury/Cargo.toml index 3b93802a8..e43520a75 100644 --- a/mercury/Cargo.toml +++ b/mercury/Cargo.toml @@ -25,7 +25,7 @@ uuid = { version = "1.7.0", features = ["v4"] } sha1_smol = "1.0.0" threadpool = "1.8.1" num_cpus.workspace = true -dashmap = "5.5.3" +dashmap = "6.0.0" tokio.workspace = true lru-mem = "0.3.0" bincode = "1.3.3"