From 308a6f9340f6d64f3f1ce6cfb145c86a94a1f7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:55:56 +0000 Subject: [PATCH] Update uefi requirement from 0.15 to 0.20 in /lib/bootloader_shared Updates the requirements on [uefi](https://github.com/rust-osdev/uefi-rs) to permit the latest version. - [Release notes](https://github.com/rust-osdev/uefi-rs/releases) - [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.20.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..9b85556ba 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.20"