From a5847d5ebfe2666672b6afee45f510e064d81568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:31:56 +0000 Subject: [PATCH] Rust Dependency: Bump boot_services from v1.1.0 to v1.2.0 Bumps [boot_services](https://github.com/microsoft/mu_rust_helpers) from v1.1.0 to v1.2.0. - [Release notes](https://github.com/microsoft/mu_rust_helpers/releases) - [Commits](https://github.com/microsoft/mu_rust_helpers/compare/v1.1.0...b873b318e70833987422ceab7f61bcee9a487282) --- 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 a98dca72f4..8f6939ea5c 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.1.0" } +boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.2.0" } memoffset = "0.9.0" num-traits = { version = "0.2", default-features = false}