From ec7bc4d21e32c75161f74e8ac983a20cbaa97b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:14:31 +0000 Subject: [PATCH] chore(deps): update dashmap requirement from 5 to 6 in /My_server 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.0.0...v6.2.1) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- My_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/My_server/Cargo.toml b/My_server/Cargo.toml index fb9d442..b481536 100644 --- a/My_server/Cargo.toml +++ b/My_server/Cargo.toml @@ -148,7 +148,7 @@ base64 = "0.22" bytes = "1" csv = "1" socket2 = "0.5" -dashmap = "5" +dashmap = "6" # 消息中间件 (NATS — 为微服务拆分做准备) async-nats = "0.38"