From 9df44feb0a39bf68a48856a413db15374cf0e267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:03:56 +0000 Subject: [PATCH] build(deps): bump uefi-raw from 0.14.0 to 0.15.0 Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.14.0 to 0.15.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.14.0...uefi-raw-v0.15.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-version: 0.15.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 95b4322d..2d352685 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3775e5934877acaef4b00f254f252df1e2266903c31e51455c117f4f2824eda" +checksum = "8868c2fb03f31e55ccf9b47f72e17097bb88c45306cb82f5a2258935520c72d6" dependencies = [ "bitflags", "uguid", diff --git a/Cargo.toml b/Cargo.toml index 0fef2dd5..ed366c31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ elf = { version = "0.8", 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.14", default-features = false } +uefi-raw = { version = "~0.15", default-features = false } # Dependencies for integration tests anyhow = { version = "1.0", default-features = false }