From cc76adfcfbfeba4b33be590bd074e5f6e59b56e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:21:26 +0000 Subject: [PATCH] Update uefi-services requirement from 0.12 to 0.26 in /bootloader Updates the requirements on [uefi-services](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.12.1...uefi-services-v0.26.0) --- updated-dependencies: - dependency-name: uefi-services dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bootloader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/Cargo.toml b/bootloader/Cargo.toml index 66d5def4d..1dc6ca958 100644 --- a/bootloader/Cargo.toml +++ b/bootloader/Cargo.toml @@ -19,4 +19,4 @@ elfloader = "0.14" log = { version = "0.4", default-features = false } arrayvec = { version = "0.7.0", default-features = false } uefi = { version = "0.15", features = ["exts"] } -uefi-services = "0.12" \ No newline at end of file +uefi-services = "0.26" \ No newline at end of file