diff --git a/Cargo.lock b/Cargo.lock index df77f58..8949b40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,15 +49,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.7.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" +checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "bluez-async" version = "0.8.0" dependencies = [ - "bitflags 2.7.0", + "bitflags 2.8.0", "bluez-generated", "dbus", "dbus-tokio", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index a1f3921..b6321ee 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.7.0" +bitflags = "2.8.0" bluez-generated = { version = "0.4.0", path = "../bluez-generated" } dbus = { version = "0.9.7", features = ["futures"] } dbus-tokio = "0.7.6"