From c4762f6e65f6fbf4bf6a10beea157b5804a88c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:09:41 +0000 Subject: [PATCH] Rust Dependency: Update mu_rust_helpers requirement from 3 to 4 Updates the requirements on [mu_rust_helpers](https://github.com/microsoft/mu_rust_helpers) to permit the latest version. - [Release notes](https://github.com/microsoft/mu_rust_helpers/releases) - [Commits](https://github.com/microsoft/mu_rust_helpers/commits) --- updated-dependencies: - dependency-name: mu_rust_helpers dependency-version: 4.0.0 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 b863b6c63d..35f54e7191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ HidIo = { path = "HidPkg/Crates/HidIo" } hidparser = { version = "1" } HiiKeyboardLayout = { path = "HidPkg/Crates/HiiKeyboardLayout" } mu_pi = { version = "6" } -mu_rust_helpers = { version = "3" } +mu_rust_helpers = { version = "4" } MuTelemetryHelperLib = { path = "MsWheaPkg/Crates/MuTelemetryHelperLib" } RustAdvancedLoggerDxe = { path = "AdvLoggerPkg/Crates/RustAdvancedLoggerDxe" } RustBootServicesAllocatorDxe = { path = "MsCorePkg/Crates/RustBootServicesAllocatorDxe" }