From 55172e0ba6e6cec3693bc7d1d6fd46864bbe75c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:22:39 +0000 Subject: [PATCH] Bump bitflags from 2.8.0 to 2.9.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- bluez-async/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69945f2..c119cc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,15 +49,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" +checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" [[package]] name = "bluez-async" version = "0.8.0" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "bluez-generated", "dbus", "dbus-tokio", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 691953e..22bb6c5 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["ble", "bluetooth", "bluez"] categories = ["api-bindings", "hardware-support", "os::linux-apis"] [dependencies] -bitflags = "2.8.0" +bitflags = "2.9.0" bluez-generated = { version = "0.4.0", path = "../bluez-generated" } dbus = { version = "0.9.7", features = ["futures"] } dbus-tokio = "0.7.6"