From 8c051381ead47d8691508f3370deec2c1bdc8636 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 04:39:36 +0000 Subject: [PATCH] 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] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff480c6..a017cc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 84c54d8..9dd6fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"