From 4ca12012c4fa09cfb1a53178bce3254201b35dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:42:34 +0000 Subject: [PATCH] build(deps): bump uefi from 0.37.0 to 0.38.0 Bumps [uefi](https://github.com/rust-osdev/uefi-rs) from 0.37.0 to 0.38.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-v0.37.0...uefi-v0.38.0) --- updated-dependencies: - dependency-name: uefi dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18966676..1741dc9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -912,9 +912,9 @@ dependencies = [ [[package]] name = "qemu-exit" -version = "3.0.2" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb0fd6580eeed0103c054e3fba2c2618ff476943762f28a645b63b8692b21c9" +checksum = "8189cbf0422ac15d7d544ed5f331fbe4e5b9da88133568fd359083b186a547f3" [[package]] name = "quote" @@ -1271,9 +1271,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66ab9569afdd1e33a31d8002343aa1df594f055347b1a66136bf9dd6cbc3ec37" +checksum = "d8f2e1b4a439d82899da4dc0ee8ac742db07a9ff493bc4f31d345c24e12e17e9" dependencies = [ "bitflags 2.9.4", "cfg-if", @@ -1299,9 +1299,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 2.9.4", "uguid", diff --git a/Cargo.toml b/Cargo.toml index f54b6fe2..7b85616c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ x86_64 = { version = "0.15", default-features = false, features = ["instructions [target.'cfg(target_os = "uefi")'.dependencies] anyhow = { version = "1", default-features = false } -uefi = { version = "0.37", features = ["alloc", "panic_handler", "qemu"] } +uefi = { version = "0.38", features = ["alloc", "panic_handler", "qemu"] } [build-dependencies] built = { version = "0.8", features = ["git2", "chrono"] }