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}