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

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