From 8db1ca88579ffc91c38dce37f4f01073c1d8161b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:42:36 +0000 Subject: [PATCH] build(deps): bump uefi from 0.39.0 to 0.40.0 Bumps [uefi](https://github.com/rust-osdev/uefi-rs) from 0.39.0 to 0.40.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.39.0...uefi-v0.40.0) --- updated-dependencies: - dependency-name: uefi dependency-version: 0.40.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 4154ae84..2bdedd55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a58ad7512f7c38b58aa536c3839dbb1d5a122d14a7e2245b06ded49edcb7585a" +checksum = "2422138a1c4483f5d04081281ec841fb17f88cf1e2263b3b860fd455ab3a8d52" dependencies = [ "bitflags", "cfg-if", @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a36f49db0b04a8dfd246a26ddf8d2526a2ffd8cf946ae7fe603fd0c5fbd2786" +checksum = "0b86018f5a44661f30db808298ccfcbe326279239c4d17a347c5476065ff72c0" dependencies = [ "bitflags", "uguid", diff --git a/Cargo.toml b/Cargo.toml index 368661ac..1d1d0c2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,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.39", features = ["alloc", "panic_handler", "qemu"] } +uefi = { version = "0.40", features = ["alloc", "panic_handler", "qemu"] } [build-dependencies] built = { version = "0.8", features = ["git2", "chrono"] }