refactor(core): remove dashmap

This commit is contained in:
Nova
2023-09-28 01:30:26 -04:00
parent ee8f789f74
commit 7095e1df84
4 changed files with 14 additions and 32 deletions

14
Cargo.lock generated
View File

@@ -530,19 +530,6 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.0",
"lock_api",
"once_cell",
"parking_lot_core 0.9.8",
]
[[package]]
name = "directories"
version = "5.0.1"
@@ -2086,7 +2073,6 @@ dependencies = [
"clap",
"color-eyre",
"console-subscriber",
"dashmap",
"directories",
"glam 0.23.0",
"global_counter",