From 7a613942daaab98cd7df478b24dd7ba4fbdec8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:04:29 +0000 Subject: [PATCH] build(deps): bump uefi-raw from 0.15.0 to 0.16.0 Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.15.0 to 0.16.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.15.0...uefi-raw-v0.16.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-version: 0.16.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 1627ec1d..c8d1078f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8868c2fb03f31e55ccf9b47f72e17097bb88c45306cb82f5a2258935520c72d6" +checksum = "0b86018f5a44661f30db808298ccfcbe326279239c4d17a347c5476065ff72c0" dependencies = [ "bitflags", "uguid", diff --git a/Cargo.toml b/Cargo.toml index 32f4bf70..eb86acd7 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.15", default-features = false } +uefi-raw = { version = "~0.16", default-features = false } # Dependencies for integration tests anyhow = { version = "1.0", default-features = false }