From c84ed2dde28eea4f69f22ab470ebd2ef92e6a778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 07:56:02 -0800 Subject: [PATCH] Rust Dependency: Bump boot_services from v1.2.0 to v1.2.1 (#608) Bumps [boot_services](https://github.com/microsoft/mu_rust_helpers) from v1.2.0 to v1.2.1. 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 8f6939ea5c..54a761f787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ HidIo = {path = "HidPkg/Crates/HidIo"} hidparser = {git = "https://github.com/microsoft/mu_rust_hid.git", branch = "main"} HiiKeyboardLayout = {path = "HidPkg/Crates/HiiKeyboardLayout"} mu_rust_helpers = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.1.0" } -boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.2.0" } +boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.2.1" } memoffset = "0.9.0" num-traits = { version = "0.2", default-features = false}