From cebea341fccc285f4e59c34dd29bd216fb840cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:26:41 +0000 Subject: [PATCH] Update dashmap requirement from 4.0 to 5.1 Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap) to permit the latest version. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- simag_core/Cargo.toml | 2 +- simag_networking/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simag_core/Cargo.toml b/simag_core/Cargo.toml index f2a977f..043f72c 100644 --- a/simag_core/Cargo.toml +++ b/simag_core/Cargo.toml @@ -10,7 +10,7 @@ persistence = ["serde", "bincode"] [dependencies] bincode = { version = "1.3", optional = true } crossbeam = "0.8" -dashmap = { version = "4.0" } +dashmap = { version = "5.1" } env_logger = "0.9" float-cmp = "0.8" thiserror = "1.0" diff --git a/simag_networking/Cargo.toml b/simag_networking/Cargo.toml index b94f2b4..fe89c52 100644 --- a/simag_networking/Cargo.toml +++ b/simag_networking/Cargo.toml @@ -11,7 +11,7 @@ asynchronous-codec = "0.6" bincode = "1.3" config = "0.11" crossbeam = "0.8" -dashmap = "4.0" +dashmap = "5.1" env_logger = "0.9" libp2p = { version = "0.39", features = [ "deflate",