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 }