From 84192b483b4c98f5553c8909950e7078a638b26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:10:15 +0000 Subject: [PATCH] chore(deps): bump bluest from 0.6.7 to 0.6.8 in /rustbee-common Bumps [bluest](https://github.com/alexmoon/bluest) from 0.6.7 to 0.6.8. - [Changelog](https://github.com/alexmoon/bluest/blob/main/CHANGELOG.md) - [Commits](https://github.com/alexmoon/bluest/compare/v0.6.7...v0.6.8) --- updated-dependencies: - dependency-name: bluest dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rustbee-common/Cargo.lock | 4 ++-- rustbee-common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rustbee-common/Cargo.lock b/rustbee-common/Cargo.lock index bfbe03f..a208f8d 100644 --- a/rustbee-common/Cargo.lock +++ b/rustbee-common/Cargo.lock @@ -572,9 +572,9 @@ dependencies = [ [[package]] name = "bluest" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38cd7bb02fd4639807cc23c959564722fba8d4f7834585f7887c931becfdd629" +checksum = "0536794e14b1d0558098e5dd4992b54a3283a9f52edb1629e926174e340aea59" dependencies = [ "async-broadcast 0.5.1", "async-channel", diff --git a/rustbee-common/Cargo.toml b/rustbee-common/Cargo.toml index cf036f2..f97e0b5 100644 --- a/rustbee-common/Cargo.toml +++ b/rustbee-common/Cargo.toml @@ -11,7 +11,7 @@ default = [] ffi = [] [dependencies] -bluest = "0.6.7" +bluest = "0.6.8" btleplug = "0.11.7" chrono = "0.4.39" color_space = "0.5.4"