summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-30 18:31:56 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-30 18:31:56 +0100
commitf16a9ea9ad362b71d37774870080f5b6545e4f2f (patch)
treeee5934b5cd7086fad27e337f1b0a961b65143746 /Cargo.toml
parentde40124adb3c7bd064e9dbdcb4d82db6843889c3 (diff)
Drop dependency on `DashMap`
DashMap doesn't work in multi-threaded WebAssembly in Safari: https://bugs.webkit.org/show_bug.cgi?id=265581
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2aca6f18..913d875b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,6 @@ clap_mangen = "0.2.10"
codespan-reporting = "0.11"
comemo = "0.3.1"
csv = "1"
-dashmap = "5.5"
dirs = "5"
ecow = { version = "0.2", features = ["serde"] }
env_proxy = "0.4"
@@ -59,7 +58,6 @@ include_dir = "0.7"
indexmap = { version = "2", features = ["serde"] }
inferno = "0.11.15"
kurbo = "0.9"
-lasso = { version = "0.7.2", features = ["ahasher", "multi-threaded"] }
lipsum = "0.9"
log = "0.4"
miniz_oxide = "0.7"