Skip to content

Commit 965daa0

Browse files
build(deps): bump dashmap from 5.5.3 to 6.1.0 (microsoft#460)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db71865 commit 965daa0

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
@@ -112,7 +112,7 @@ rand = { version = "0.9.0", default-features = false, features = ["thread_rng"],
112112

113113
# Causes the project to link with the Spectre-mitigated CRT and libs.
114114
msvc_spectre_libs = { version = "0.1", features = ["error"], optional = true }
115-
dashmap = { version = "5.5", default-features = false, optional = true }
115+
dashmap = { version = "6.1", default-features = false, optional = true }
116116

117117
[dev-dependencies]
118118
anyhow = "1.0.45"

0 commit comments

Comments
 (0)