Skip to content

Commit

Permalink
Update uefi-services requirement from 0.12 to 0.21 in /bootloader
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent c51c59a commit a2702f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
uefi-services = "0.21"

0 comments on commit a2702f0

Please sign in to comment.