From 7c96dd50b91d05639e3fc85453c7d24b54916864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:02:05 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 2 updates Bumps the minor-and-patch group with 2 updates in the / directory: [unicode-width](https://github.com/unicode-rs/unicode-width) and [dashmap](https://github.com/xacrimon/dashmap). Updates `unicode-width` from 0.2.0 to 0.2.2 - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.2.0...v0.2.2) Updates `dashmap` from 6.1.0 to 6.2.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: unicode-width dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b945e5ba..74114f33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ dependencies = [ "async-trait", "bitflags", "bluez-async", - "dashmap 6.1.0", + "dashmap 6.2.1", "dbus", "futures", "jni 0.19.0", @@ -844,9 +844,9 @@ dependencies = [ [[package]] name = "dashmap" -version = "6.1.0" +version = "6.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" +checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" dependencies = [ "cfg-if", "crossbeam-utils", @@ -3076,7 +3076,7 @@ dependencies = [ "clap", "core-foundation 0.9.4", "criterion", - "dashmap 6.1.0", + "dashmap 6.2.1", "dirs", "enum_dispatch", "futures-util", @@ -3831,9 +3831,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-width" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "unicode-xid" diff --git a/Cargo.toml b/Cargo.toml index 47f99285..c6b22f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ qlog = { version = "0.13", optional = true } # Essential dependencies uuid = { version = "1.0", features = ["v4", "serde"] } -unicode-width = "=0.2.0" # Pinned to match ratatui's requirement +unicode-width = "=0.2.2" # Pinned to match ratatui's requirement hex = "0.4" blake3 = "1" once_cell = "1.21"