From 32a7675b23703bad298ed8662b4180e981067b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 02:07:00 +0000 Subject: [PATCH] build: Bump r-efi from 4.3.0 to 4.4.0 Bumps [r-efi](https://github.com/r-efi/r-efi) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/r-efi/r-efi/releases) - [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md) - [Commits](https://github.com/r-efi/r-efi/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: r-efi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]