From fb36b05e9e572541574a9e81f1e9a536e98c5e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 18:16:46 +0000 Subject: [PATCH] Update uefi requirement from 0.15 to 0.21 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.21.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..98a07624e 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.21"