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"