From d84974959871c5e20b3bf6d7b54ca7eb9b130561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 10:28:49 +0000 Subject: [PATCH] Bump dashmap from 6.1.0 to 6.2.1 Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rustapi-core/Cargo.toml | 2 +- crates/rustapi-extras/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b6711e..78b4600 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,9 +779,9 @@ dependencies = [ [[package]] name = "dashmap" -version = "6.1.0" +version = "6.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" +checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" dependencies = [ "cfg-if", "crossbeam-utils", diff --git a/crates/rustapi-core/Cargo.toml b/crates/rustapi-core/Cargo.toml index 7530728..50983bd 100644 --- a/crates/rustapi-core/Cargo.toml +++ b/crates/rustapi-core/Cargo.toml @@ -73,7 +73,7 @@ rcgen = { workspace = true, optional = true } async-trait = { workspace = true, optional = true } # Dashboard (feature-gated) -dashmap = { version = "6.0", optional = true } +dashmap = { version = "6.2", optional = true } [dev-dependencies] tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } diff --git a/crates/rustapi-extras/Cargo.toml b/crates/rustapi-extras/Cargo.toml index d949eae..3e26486 100644 --- a/crates/rustapi-extras/Cargo.toml +++ b/crates/rustapi-extras/Cargo.toml @@ -36,7 +36,7 @@ jsonwebtoken = { version = "=10.4.0", optional = true, default-features = false, aws-lc-rs = { version = "1.17", optional = true, features = ["prebuilt-nasm"] } # Rate limiting (feature-gated) -dashmap = { version = "6.0", optional = true } +dashmap = { version = "6.2", optional = true } # SQLx (feature-gated) sqlx = { version = "0.8", optional = true, default-features = false }