From 60c9608a7115fc0d71be96d57165321df3b1fdc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 05:37:44 +0000 Subject: [PATCH] Update dashmap requirement from 5.1 to 6.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/v5.1.0...v6.1.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..942ed0a 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.1" fail = "0.5" lazy_static = "1" num_cpus = "1.0"