From 2f32cb2668840bba85944cd42d964b396f5663cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:07:31 +0000 Subject: [PATCH] build(deps): bump uefi-raw from 0.11.0 to 0.12.0 Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/rust-osdev/uefi-rs/releases) - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-osdev/uefi-rs/compare/uefi-raw-v0.11.0...uefi-raw-v0.12.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35216485..10aca12f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,9 +239,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cad96b8baaf1615d3fdd0f03d04a0b487d857c1b51b19dcbfe05e2e3c447b78" +checksum = "8aff2f4f2b556a36a201d335a1e0a57754967a96857b1f47a52d5a23825cac84" dependencies = [ "bitflags", "uguid", @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "uguid" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab14ea9660d240e7865ce9d54ecdbd1cd9fa5802ae6f4512f093c7907e921533" +checksum = "0c8352f8c05e47892e7eaf13b34abd76a7f4aeaf817b716e88789381927f199c" [[package]] name = "unicode-ident" diff --git a/Cargo.toml b/Cargo.toml index a85d9cf4..8219909d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bitflags = { version = "2.10", default-features = false } log = { version = "~0.4", default-features = false } ptr_meta = { version = "~0.3", default-features = false } thiserror = { version = "2.0", default-features = false } -uefi-raw = { version = "~0.11", default-features = false } +uefi-raw = { version = "~0.12", default-features = false } # Dependencies for integration tests anyhow = { version = "1.0", default-features = false }