From eb011a1e18fe81d9365dfe6727f68995642a47f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:33:16 +0000 Subject: [PATCH] Update dashmap requirement from 5.5.3 to 6.0.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/v.5.5.3...v6.0.1) --- 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..10463a33f 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.1" tokio.workspace = true lru-mem = "0.3.0" bincode = "1.3.3"