diff --git a/Cargo.lock b/Cargo.lock index afce2c2db..aa2e95cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,9 +794,9 @@ dependencies = [ [[package]] name = "dashmap" -version = "6.0.1" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ "cfg-if", "crossbeam-utils", diff --git a/crates/curp/Cargo.toml b/crates/curp/Cargo.toml index 163c9ee19..0294aa389 100644 --- a/crates/curp/Cargo.toml +++ b/crates/curp/Cargo.toml @@ -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" diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index f5c150b4b..809bc8a27 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -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" diff --git a/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index a5eecaf00..cf94dbcf4 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -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"