From 0e4da1c03b47c390c07805f65d0b46a898204b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 05:40:00 +0000 Subject: [PATCH] Update dashmap requirement from 5.1 to 6.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/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 005adab..6a17b92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/tikv/yatp/" crossbeam-deque = "0.8.3" crossbeam-skiplist = "0.1" crossbeam-utils = "0.8" -dashmap = "5.1" +dashmap = "6.0" fail = "0.5" lazy_static = "1" num_cpus = "1.0"