From 6f61373d7f36972ed92fae7bfaf4f53e6b0f5a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:08:06 +0000 Subject: [PATCH] Update dashmap requirement from 5.5.3 to 6.0.0 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/v.5.5.3...v6.0.0) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mercury/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mercury/Cargo.toml b/mercury/Cargo.toml index 3b93802a8..e43520a75 100644 --- a/mercury/Cargo.toml +++ b/mercury/Cargo.toml @@ -25,7 +25,7 @@ uuid = { version = "1.7.0", features = ["v4"] } sha1_smol = "1.0.0" threadpool = "1.8.1" num_cpus.workspace = true -dashmap = "5.5.3" +dashmap = "6.0.0" tokio.workspace = true lru-mem = "0.3.0" bincode = "1.3.3"