Skip to content

Commit

Permalink
chore(deps): bump dashmap to v6.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: lxl66566 <[email protected]>
  • Loading branch information
lxl66566 committed Aug 2, 2024
1 parent 8e03c92 commit 686cbe1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
6 changes: 4 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.4.0"
clippy-utilities = "0.2.0"
curp-external-api = { path = "../curp-external-api" }
curp-test-utils = { path = "../curp-test-utils" }
dashmap = "5.5.0"
dashmap = "6.0.1"
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.80", optional = true }
clippy-utilities = "0.2.0"
dashmap = "5.5.3"
dashmap = "6.0.1"
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.0"
crossbeam-skiplist = "0.1.1"
curp = { path = "../curp", version = "0.1.0", features = ["client-metrics"] }
curp-external-api = { path = "../curp-external-api" }
dashmap = "5.5.3"
dashmap = "6.0.1"
engine = { path = "../engine" }
event-listener = "5.3.1"
futures = "0.3.25"
Expand Down
1 change: 1 addition & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ publish = false
axum = { version = "0.6" }
bytes = { version = "1" }
clap = { version = "4", features = ["derive"] }
crossbeam-utils = { version = "0.8" }
crypto-common = { version = "0.1", default-features = false, features = ["std"] }
digest = { version = "0.10", features = ["mac", "std"] }
either = { version = "1", default-features = false, features = ["use_std"] }
Expand Down

0 comments on commit 686cbe1

Please sign in to comment.