From f2c7737f703ac4ab57bf65998e084be4cfe34941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:08:16 +0000 Subject: [PATCH] Rust Dependency: Update mu_pi requirement from 6 to 7 Updates the requirements on [mu_pi](https://github.com/microsoft/mu_rust_pi) to permit the latest version. - [Release notes](https://github.com/microsoft/mu_rust_pi/releases) - [Commits](https://github.com/microsoft/mu_rust_pi/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: mu_pi dependency-version: 7.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..1179ef02b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ HidIo = { path = "HidPkg/Crates/HidIo" } hidparser = { version = "1" } HiiKeyboardLayout = { path = "HidPkg/Crates/HiiKeyboardLayout" } -mu_pi = { version = "6" } +mu_pi = { version = "7" } mu_rust_helpers = { version = "3" } MuTelemetryHelperLib = { path = "MsWheaPkg/Crates/MuTelemetryHelperLib" } RustAdvancedLoggerDxe = { path = "AdvLoggerPkg/Crates/RustAdvancedLoggerDxe" }