Skip to content

Commit b080190

Browse files
dependabot[bot]Alex793x
authored andcommitted
chore(deps): bump dashmap from 5.5.3 to 6.1.0
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.5.3 to 6.1.0. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v.5.5.3...v6.1.0) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea8e7bd commit b080190

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dirs = "6"
5353
# Performance dependencies for turbo security analyzer
5454
aho-corasick = "1.1" # Multi-pattern string matching
5555
memmap2 = "0.9" # Memory-mapped file I/O
56-
dashmap = "5" # Concurrent hashmap for caching
56+
dashmap = "6" # Concurrent hashmap for caching
5757
crossbeam = { version = "0.8", features = ["crossbeam-channel"] } # High-performance channels
5858
blake3 = "1.5" # Fast hashing for cache keys
5959
regex-automata = "0.4" # Compiled regex sets

0 commit comments

Comments
 (0)