From e1b570c3325e719346ac146847fe9ea1737c6458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:07:42 -0700 Subject: [PATCH] Rust Dependency: Update r-efi requirement from 4.3.0 to 5.0.0 (#558) Updates the requirements on [r-efi](https://github.com/r-efi/r-efi) to permit the latest version. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e5184cda6..ea5bc470eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]}