From 3baa981a601e37af0d08fcef54c587e529095d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:39:31 +0000 Subject: [PATCH] chore(deps): update dashmap requirement from 5 to 6 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/commits/v6.1.0) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poly-bench-lsp-v2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poly-bench-lsp-v2/Cargo.toml b/poly-bench-lsp-v2/Cargo.toml index 5e2e313..576d8e3 100644 --- a/poly-bench-lsp-v2/Cargo.toml +++ b/poly-bench-lsp-v2/Cargo.toml @@ -18,7 +18,7 @@ tree-sitter = "0.26" tower-lsp = "0.20" tokio = { version = "1", features = ["full"] } ropey = "1.6" -dashmap = "5" +dashmap = "6" serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1.0"