diff --git a/Cargo.lock b/Cargo.lock index 0156885..fbdb815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,11 +353,12 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "dashmap" -version = "5.5.3" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ "cfg-if", + "crossbeam-utils", "hashbrown 0.14.5", "lock_api", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index a239c12..efab4c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ rand = { version = "0.9.0", default-features = false, features = ["thread_rng"], # Causes the project to link with the Spectre-mitigated CRT and libs. msvc_spectre_libs = { version = "0.1", features = ["error"], optional = true } -dashmap = { version = "5.5", default-features = false, optional = true } +dashmap = { version = "6.1", default-features = false, optional = true } [dev-dependencies] anyhow = "1.0.45"