From 50d9420a8134288a59c1f228e58ea99133b4aaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:19:50 +0000 Subject: [PATCH] deps(deps): update dashmap requirement from 5.5 to 6.1 in /rust-core 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...v.5.5.3) --- updated-dependencies: - dependency-name: dashmap dependency-version: 5.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-core/Cargo.toml b/rust-core/Cargo.toml index 60e0be4..6108737 100644 --- a/rust-core/Cargo.toml +++ b/rust-core/Cargo.toml @@ -65,7 +65,7 @@ notify = "6.1" sha2 = "0.10" base64 = "0.21" lru = "0.12" -dashmap = "5.5" +dashmap = "6.1" once_cell = "1.19" proptest = "1.4" tempfile = "3.8"