From 163d56c2084313b4bace6cd3855c0d7ab7eda7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:07:23 +0000 Subject: [PATCH] chore(deps): update dashmap requirement from 5.5.0 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/v5.5.0...v6.0.1) --- 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 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"