Bump dashmap from 3.11.7 to 3.11.9

Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.11.7 to 3.11.9.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.11.7...v3.11.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-03 04:39:36 +00:00
parent bb3b87193a
commit 8c051381ea
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -282,13 +282,12 @@ dependencies = [
[[package]]
name = "dashmap"
version = "3.11.7"
version = "3.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2f7a3766904c6f4734f2bbf8a037b6f84753d19fe65f54b0f4d97d8f62187bb"
checksum = "2ad86b725566cbbf4c0cb01a17bfd1c9ad1830786a02dfc11c380b21b08f02ed"
dependencies = [
"ahash",
"cfg-if",
"num_cpus",
"serde",
]

View file

@ -42,7 +42,7 @@ serde = { version = "1.0.114", features = ["derive", "rc"] }
term_size = "0.3.2"
toml = "0.5.6"
parking_lot = "0.11.0"
dashmap = { version = "3.11.7", features = ["serde"] }
dashmap = { version = "3.11.9", features = ["serde"] }
num-format = "0.4.0"
once_cell = "1.4.0"
regex = "1.3.9"