From bab3605e866a6945d7a6f25b090777f1de0a5e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:11:43 +0000 Subject: [PATCH] Bump bt-hci from 0.8.0 to 0.8.1 in the trouble group Bumps the trouble group with 1 update: [bt-hci](https://github.com/embassy-rs/bt-hci). Updates `bt-hci` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/embassy-rs/bt-hci/releases) - [Changelog](https://github.com/embassy-rs/bt-hci/blob/main/CHANGELOG.md) - [Commits](https://github.com/embassy-rs/bt-hci/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: bt-hci dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: trouble ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e8062c..f7153ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,13 +333,13 @@ dependencies = [ [[package]] name = "bt-hci" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40f2166cc54c410ddc0d0dafb3cf8dd536bcbae6bddfcc12c020c5ee4de518de" +checksum = "211713d2e9fb4793ce4360a712c0764264aff6be48932ccf02ca2a331c0436a9" dependencies = [ "btuuid", "defmt 1.0.1", - "embassy-sync 0.7.2", + "embassy-sync 0.8.0", "embedded-io 0.7.1", "embedded-io-async 0.7.0", "futures-intrusive",