From 3483419737857d1295628f267c14c3de02153258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:17:59 +0000 Subject: [PATCH] chore(deps)(deps): update dashmap requirement from 5.0 to 6.2 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] --- crates/quota-router-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quota-router-core/Cargo.toml b/crates/quota-router-core/Cargo.toml index a0a1ac72..51f0471e 100644 --- a/crates/quota-router-core/Cargo.toml +++ b/crates/quota-router-core/Cargo.toml @@ -88,7 +88,7 @@ chrono = { version = "0.4", features = ["serde"] } futures-util = "0.3" # For TokenBucket rate limiter (DashMap for concurrent access) -dashmap = "5.0" +dashmap = "6.2" # For monotonic time in TokenBucket instant = "0.1"