From e760b030746e53e0369dd7bdf9ae9ab0a3ba868e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:19:59 +0000 Subject: [PATCH] Update dashmap requirement from 5.5.3 to 6.1.0 in /tests/fuzz 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...v.5.5.3) --- 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 f268e06d8d3..d0b4c5c37b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ num-integer = "0.1.46" ryu-js = "1.0.1" tap = "1.0.1" thiserror = "1.0.63" -dashmap = "5.5.3" +dashmap = "6.1.0" num_enum = "0.7.3" itertools = { version = "0.13.0", default-features = false } portable-atomic = "1.7.0"