From 8fb8b4f2c0d8ca7b488e7f9a9c100fc78ef98061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:44:50 +0000 Subject: [PATCH] build(deps): bump uefi from 0.32.0 to 0.33.0 Bumps [uefi](https://github.com/rust-osdev/uefi-rs) from 0.32.0 to 0.33.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.32.0...uefi-v0.33.0) --- updated-dependencies: - dependency-name: uefi 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 51d8e81a..166eed6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,9 +633,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f17ea8502a6bd414acb2bf5194f90ca4c48e33a2d18cb57eab3294d2050d99" +checksum = "6679b7fc2f6d6d2ea2f67555ef3ed9d71d30c5021faf9193091a5192db7dc468" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -650,9 +650,9 @@ dependencies = [ [[package]] name = "uefi-macros" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19ee3a01d435eda42cb9931269b349d28a1762f91ddf01c68d276f74b957cc3" +checksum = "9b24e77d3fc1e617051e630f99da24bcae6328abab37b8f9216bb68d06804f9a" dependencies = [ "proc-macro2", "quote", @@ -661,9 +661,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b463030b802e1265a3800fab24df95d3229c202c2e408832a206f05b4d1496ca" +checksum = "7f6d465de2c918779dafb769a5a4fe8d6e4fb7cc4cc6cb1a735f2f6ec68beea4" dependencies = [ "bitflags 2.6.0", "ptr_meta", diff --git a/Cargo.toml b/Cargo.toml index e9d5b695..bba9bdba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ hermit-dtb = { version = "0.1" } goblin = { version = "0.9", default-features = false, features = ["elf64"] } [target.'cfg(target_os = "uefi")'.dependencies] -uefi = { version = "0.32", features = ["alloc", "panic_handler", "qemu"] } +uefi = { version = "0.33", features = ["alloc", "panic_handler", "qemu"] } qemu-exit = "3" [target.'cfg(target_arch = "riscv64")'.dependencies]