From a85ce59507bfe179a27a6e43ce2bddf09e6594e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:21:21 +0000 Subject: [PATCH] Update uefi requirement from 0.15 to 0.35 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-macros-v0.15.0...uefi-v0.35.0) --- updated-dependencies: - dependency-name: uefi dependency-version: 0.35.0 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..212d4ac6f 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.35"