From 0f9527ea6d2a3931c5f00dc28b61c05a1a6221fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:48:26 -0400 Subject: [PATCH] chore(deps): update dashmap requirement from 5.5.0 to 6.0.1 (#1254) 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.5.0...v6.0.1) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af9157acc..968c655e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bytecount = "0.6.7" camino = { workspace = true, features = ["serde1"] } clap = { workspace = true, features = ["derive"] } config = "0.14.0" -dashmap = "5.5.0" +dashmap = "6.0.1" ff = { workspace = true } fxhash = "0.2.1" generic-array = "1.0"