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

@ -666,13 +666,12 @@ dependencies = [
[[package]]
name = "dashmap"
version = "5.0.0"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b799062aaf67eb976af3bdca031ee6f846d2f0a5710ddbb0d2efee33f3cc4760"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if 1.0.0",
"num_cpus",
"parking_lot",
"rayon",
]