From f49a0133de0c50457a247fe525fc093d74d7f1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:17:03 +0000 Subject: [PATCH] Update dashmap requirement from 4.0 to 5.4 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.4.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..242c02d 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.4" } 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..4a4f659 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.4" env_logger = "0.9" libp2p = { version = "0.39", features = [ "deflate",