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

This reverts commit f56b25ac29.
This commit is contained in:
Trent Nelson
2022-03-11 01:12:46 -07:00
committed by GitHub
parent e0f5fb887b
commit 3875bc91ab
11 changed files with 31 additions and 165 deletions

View File

@ -17,7 +17,7 @@ bv = { version = "0.11.1", features = ["serde"] }
bytemuck = "1.7.2"
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"
@ -27,7 +27,7 @@ itertools = "0.10.1"
lazy_static = "1.4.0"
log = "0.4.14"
memmap2 = "0.5.0"
num_cpus = "1.13.1"
num_cpus = "1.13.0"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
ouroboros = "0.13.0"