Bump dashmap from 4.0.1 to 4.0.2

Bumps [dashmap](https://github.com/xacrimon/dashmap) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-13 04:29:45 +00:00
parent 7e0b30ff4c
commit 739b95cc06
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -265,9 +265,9 @@ dependencies = [
[[package]]
name = "dashmap"
version = "4.0.1"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b937cd1fbd1f194ac842196bd2529f21618088ee6d8bff6a46ece611451c96b"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if 1.0.0",
"num_cpus",

View file

@ -42,7 +42,7 @@ serde = { version = "1.0.118", features = ["derive", "rc"] }
term_size = "0.3.2"
toml = "0.5.8"
parking_lot = "0.11.1"
dashmap = { version = "4.0.1", features = ["serde"] }
dashmap = { version = "4.0.2", features = ["serde"] }
num-format = "0.4.0"
once_cell = "1.5.2"
regex = "1.4.3"