diff --git a/Cargo.lock b/Cargo.lock index dad0b761..df93c2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,9 +37,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "byteorder" @@ -147,7 +147,7 @@ version = "0.4.2" dependencies = [ "aarch64-cpu", "atomic_refcell", - "bitflags 2.5.0", + "bitflags 2.6.0", "chrono", "dirs", "fdt", @@ -362,7 +362,7 @@ version = "0.38.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "errno", "libc", "linux-raw-sys", @@ -630,7 +630,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bc79523af8abf92fb1a970c3e086c5a343f6bcc1a0eb890f575cbb3b45743df" dependencies = [ "bit_field", - "bitflags 2.5.0", + "bitflags 2.6.0", "rustversion", "volatile", ] diff --git a/Cargo.toml b/Cargo.toml index 5c9869bd..89a41fbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ coreboot = [] efi-var = [] [dependencies] -bitflags = "2.5.0" +bitflags = "2.6.0" atomic_refcell = "0.1.13" r-efi = { version = "4.5.0", features = ["efiapi"] } heapless = "0.8.0"