diff --git a/Cargo.lock b/Cargo.lock index 3c6f5c08..30f81463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,9 +37,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" +checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "cc" @@ -133,7 +133,7 @@ version = "0.4.2" dependencies = [ "aarch64-cpu", "atomic_refcell", - "bitflags 2.4.0", + "bitflags 2.4.1", "chrono", "dirs", "fdt", @@ -366,7 +366,7 @@ version = "0.38.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.1", "errno", "libc", "linux-raw-sys", @@ -566,7 +566,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b835097a84e4457323331ec5d6eb23d096066cbfb215d54096dcb4b2e85f500" dependencies = [ "bit_field", - "bitflags 2.4.0", + "bitflags 2.4.1", "rustversion", "volatile", ] diff --git a/Cargo.toml b/Cargo.toml index 00cc7249..9ee5371a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ coreboot = [] efi-var = [] [dependencies] -bitflags = "2.4.0" +bitflags = "2.4.1" atomic_refcell = "0.1.13" r-efi = { version = "4.2.0", features = ["efiapi"] } linked_list_allocator = "0.10.4"