Skip to content

Commit

Permalink
Update uefi requirement from 0.15 to 0.24 in /lib/bootloader_shared
Browse files Browse the repository at this point in the history
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](rust-osdev/uefi-rs@uefi-services-v0.15.0...uefi-v0.24.0)

---
updated-dependencies:
- dependency-name: uefi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent c51c59a commit c09af5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootloader_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24"

0 comments on commit c09af5a

Please sign in to comment.