Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit a2702f0

Browse files
Update uefi-services requirement from 0.12 to 0.21 in /bootloader
Updates the requirements on [uefi-services](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](rust-osdev/uefi-rs@uefi-services-v0.12.1...uefi-services-v0.21.0) --- updated-dependencies: - dependency-name: uefi-services dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c51c59a commit a2702f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ elfloader = "0.14"
1919
log = { version = "0.4", default-features = false }
2020
arrayvec = { version = "0.7.0", default-features = false }
2121
uefi = { version = "0.15", features = ["exts"] }
22-
uefi-services = "0.12"
22+
uefi-services = "0.21"

0 commit comments

Comments
 (0)