From 72ccbb0897e010e10bbccfb640b16d5647b5a6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:06:05 +0000 Subject: [PATCH] Rust Dependency: Bump mu_rust_helpers from v1.0.0 to v1.0.1 Bumps [mu_rust_helpers](https://github.com/microsoft/mu_rust_helpers) from v1.0.0 to v1.0.1. - [Release notes](https://github.com/microsoft/mu_rust_helpers/releases) - [Commits](https://github.com/microsoft/mu_rust_helpers/compare/v1.0.0...1dfb9419c64ee4786a628208f0af7ed920a42ce4) --- updated-dependencies: - dependency-name: mu_rust_helpers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65127b45af..8e85d13565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ RustBootServicesAllocatorDxe = {path = "MsCorePkg/Crates/RustBootServicesAllocat 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.0.0" } +mu_rust_helpers = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.0.1" } boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.0.1" } memoffset = "0.9.0"