From c44552c57662ea01f1a88da3b529d62ba288f716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 21:40:06 +0000 Subject: [PATCH] Update uefi requirement from 0.15 to 0.24 in /lib/bootloader_shared Updates the requirements on [uefi](https://github.com/rust-osdev/uefi-rs) to permit the latest version. - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-osdev/uefi-rs/compare/uefi-services-v0.15.0...uefi-v0.24.0) --- updated-dependencies: - dependency-name: uefi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/bootloader_shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootloader_shared/Cargo.toml b/lib/bootloader_shared/Cargo.toml index 8e3af165b..736030143 100644 --- a/lib/bootloader_shared/Cargo.toml +++ b/lib/bootloader_shared/Cargo.toml @@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0" [dependencies] x86 = { version = "0.52", features = ["unstable"] } arrayvec = { version = "0.7.0", default-features = false } -uefi = "0.15" +uefi = "0.24"