From 408c83bc2d255f39ed78f7f1a4b23c052cead430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:50:00 +0000 Subject: [PATCH] chore(deps): bump dashmap from 6.0.1 to 6.1.0 Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/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] --- Cargo.lock | 4 ++-- crates/curp/Cargo.toml | 2 +- crates/utils/Cargo.toml | 2 +- crates/xline/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b77ed2c0..cfcf11e34 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"