From 40294989b296f8b6186882f0d9ceeff8fd958892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:34:06 +0000 Subject: [PATCH] chore(deps): bump dashmap from 5.5.3 to 6.1.0 in /programs/sbf Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.5.3 to 6.1.0. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/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] --- Cargo.toml | 2 +- dev-bins/Cargo.toml | 2 +- programs/sbf/Cargo.lock | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f41764b5816..5c13149881c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -242,7 +242,7 @@ crossbeam-channel = "0.5.15" csv = "1.4.0" ctrlc = "3.5.2" curve25519-dalek = { version = "4.1.3", features = ["digest", "rand_core"] } -dashmap = "5.5.3" +dashmap = "6.1.0" derive-where = "1.6.1" derive_more = { version = "2.1.1", features = ["full"] } dialoguer = "0.12.0" diff --git a/dev-bins/Cargo.toml b/dev-bins/Cargo.toml index 686813f6f72..2dba23b034f 100644 --- a/dev-bins/Cargo.toml +++ b/dev-bins/Cargo.toml @@ -62,7 +62,7 @@ chrono = { version = "0.4.42", default-features = false } clap = { version = "2.33.1", default-features = false, features = ["suggestions"] } crossbeam-channel = "0.5.15" csv = "1.4.0" -dashmap = "5.5.3" +dashmap = "6.1.0" env_logger = "0.11.10" futures = "0.3.32" histogram = "0.6.9" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 56fba1c09f8..833687ca364 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -1874,11 +1874,12 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.5.3" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ "cfg-if 1.0.4", + "crossbeam-utils", "hashbrown 0.14.3", "lock_api", "once_cell",