Skip to content

Commit

Permalink
Rust Dependency: Update r-efi requirement from 4.3.0 to 5.0.0 (#558)
Browse files Browse the repository at this point in the history
Updates the requirements on [r-efi](https://github.com/r-efi/r-efi) to
permit the latest version.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 24, 2024
1 parent 9adbe42 commit e1b570c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HiiKeyboardLayout = {path = "HidPkg/Crates/HiiKeyboardLayout"}
memoffset = "0.9.0"
num-traits = { version = "0.2", default-features = false}
num-derive = { version = "0.4", default-features = false}
r-efi = "4.3.0"
r-efi = "5.0.0"
rustversion = "1.0.14"
spin = "0.9.8"
scroll = { version = "0.12", default-features = false, features = ["derive"]}

0 comments on commit e1b570c

Please sign in to comment.