Revert "chore: bump dashmap from 4.0.2 to 5.1.0 (#23372)" (#23592)

This reverts commit 3a0271c113.
This commit is contained in:
sakridge
2022-03-11 09:12:27 +01:00
committed by GitHub
parent 99f1a22b9d
commit 9b591286d7
6 changed files with 8 additions and 10 deletions

View File

@ -17,7 +17,7 @@ bv = { version = "0.11.1", features = ["serde"] }
bytemuck = "1.8.0"
byteorder = "1.4.3"
bzip2 = "0.4.3"
dashmap = { version = "5.1.0", features = ["rayon", "raw-api"] }
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }
crossbeam-channel = "0.5"
dir-diff = "0.3.2"
flate2 = "1.0.22"