From 69fc38d2f0d78d7608c3887855aea472f072d612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:49:17 +0000 Subject: [PATCH] build(deps): bump uefi-raw from 0.12.0 to 0.13.0 Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.12.0 to 0.13.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.12.0...uefi-raw-v0.13.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19238fd2..cd22c654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,9 +239,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aff2f4f2b556a36a201d335a1e0a57754967a96857b1f47a52d5a23825cac84" +checksum = "7f64fe59e11af447d12fd60a403c74106eb104309f34b4c6dbce6e927d97da9d" dependencies = [ "bitflags", "uguid", diff --git a/Cargo.toml b/Cargo.toml index dc099b07..64ebf12e 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.12", default-features = false } +uefi-raw = { version = "~0.13", default-features = false } # Dependencies for integration tests anyhow = { version = "1.0", default-features = false }