Revert "chore: bump dashmap from 4.0.2 to 5.0.0 (#21824)" (#22488)

This reverts commit 8aa3d690b5.
This commit is contained in:
Jeff Washington (jwash)
2022-01-13 13:06:39 -06:00
committed by GitHub
parent b82d71d22a
commit e291342c4a
6 changed files with 8 additions and 10 deletions

View File

@ -16,7 +16,7 @@ blake3 = "1.3.0"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = "1.4.3"
bzip2 = "0.4.3"
dashmap = { version = "5.0.0", features = ["rayon", "raw-api"] }
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }
crossbeam-channel = "0.5"
dir-diff = "0.3.2"
enum-iterator = "0.7.0"