From d9837c07bb77f50a74d71eb527851f92b17e01ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:25:25 +0000 Subject: [PATCH] Rust Dependency: Bump boot_services from v1.0.0 to v1.0.1 Bumps [boot_services](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: boot_services 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 7ceb4d1125..65127b45af 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.0.0" } -boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.0.0" } +boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.0.1" } memoffset = "0.9.0" num-traits = { version = "0.2", default-features = false}