Skip to content

Commit

Permalink
chore(deps): bump dashmap from 6.0.1 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Phoenix500526 committed Sep 18, 2024
1 parent 6e207b2 commit 689663d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bytes = "1.7.1"
clippy-utilities = "0.2.0"
curp-external-api = { path = "../curp-external-api" }
curp-test-utils = { path = "../curp-test-utils" }
dashmap = "6.0.1"
dashmap = "6.1.0"
derive_builder = "0.20.0"
engine = { path = "../engine" }
event-listener = "5.3.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parking_lot = ["dep:parking_lot"]
[dependencies]
async-trait = { version = "0.1.81", optional = true }
clippy-utilities = "0.2.0"
dashmap = "6.0.1"
dashmap = "6.1.0"
derive_builder = "0.20.0"
event-listener = "5.3.1"
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ crc32fast = "1.4.2"
crossbeam-skiplist = "0.1.1"
curp = { path = "../curp", version = "0.1.0", features = ["client-metrics"] }
curp-external-api = { path = "../curp-external-api" }
dashmap = "6.0.1"
dashmap = "6.1.0"
engine = { path = "../engine" }
event-listener = "5.3.1"
flume = "0.11.0"
Expand Down

0 comments on commit 689663d

Please sign in to comment.