From 6d9ba2fb379b86d52a2ed69d802eb456b5032c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:29:37 +0000 Subject: [PATCH] build: Bump r-efi from 5.0.0 to 5.1.0 Bumps [r-efi](https://github.com/r-efi/r-efi) from 5.0.0 to 5.1.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/v5.0.0...v5.1.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 74f615ba..ff3b534f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,9 +307,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "r-efi" -version = "5.0.0" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bc43dd39c4165ded8ffe15f0e0653ce7b73e86fd032eff18121589cbc648a5" +checksum = "5a2af567ac9e1e7d2d11097ca14a1e463a5c06a2ee84c23c009b489b00afc1fc" [[package]] name = "rand" diff --git a/Cargo.toml b/Cargo.toml index 6cc900f5..b5cbd82b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ efi-var = [] [dependencies] bitflags = "2.6.0" atomic_refcell = "0.1.13" -r-efi = { version = "5.0.0", features = ["efiapi"] } +r-efi = { version = "5.1.0", features = ["efiapi"] } heapless = "0.8.0" log = "0.4.22"