diff --git a/Cargo.lock b/Cargo.lock index 4e273a5b..338a7900 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,9 +278,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "r-efi" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0" +checksum = "c47196f636c4cc0634b73b0405323d177753c2e15e866952c64ea22902567a34" [[package]] name = "rand" diff --git a/Cargo.toml b/Cargo.toml index 33aaeefb..376477a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ efi-var = [] [dependencies] bitflags = "2.5.0" atomic_refcell = "0.1.13" -r-efi = { version = "4.3.0", features = ["efiapi"] } +r-efi = { version = "4.4.0", features = ["efiapi"] } linked_list_allocator = "0.10.4" [target.'cfg(target_arch = "aarch64")'.dependencies]