diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-30 18:31:56 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-30 18:31:56 +0100 |
| commit | f16a9ea9ad362b71d37774870080f5b6545e4f2f (patch) | |
| tree | ee5934b5cd7086fad27e337f1b0a961b65143746 /Cargo.lock | |
| parent | de40124adb3c7bd064e9dbdcb4d82db6843889c3 (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.lock')
| -rw-r--r-- | Cargo.lock | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -783,15 +783,6 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" -dependencies = [ - "ahash", -] - -[[package]] -name = "hashbrown" version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" @@ -1232,17 +1223,6 @@ dependencies = [ ] [[package]] -name = "lasso" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4644821e1c3d7a560fe13d842d13f587c07348a1a05d3a797152d41c90c56df2" -dependencies = [ - "ahash", - "dashmap", - "hashbrown 0.13.2", -] - -[[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2644,7 +2624,6 @@ dependencies = [ "ciborium", "comemo", "csv", - "dashmap", "ecow", "fontdb", "hayagriva", @@ -2657,7 +2636,6 @@ dependencies = [ "image", "indexmap 2.1.0", "kurbo", - "lasso", "lipsum", "log", "once_cell", |
