From cf35df28aad3df5f425ac19653d331c473b086ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:45:56 +0000 Subject: [PATCH] build(deps): bump the uefi group with 2 updates Bumps the uefi group with 2 updates: [uefi](https://github.com/rust-osdev/uefi-rs) and [uefi-services](https://github.com/rust-osdev/uefi-rs). Updates `uefi` from 0.26.0 to 0.27.0 - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-osdev/uefi-rs/compare/uefi-v0.26.0...uefi-v0.27.0) Updates `uefi-services` from 0.23.0 to 0.24.0 - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-osdev/uefi-rs/compare/uefi-services-v0.23.0...uefi-services-v0.24.0) --- updated-dependencies: - dependency-name: uefi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uefi - dependency-name: uefi-services dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uefi ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ea13297..94d9880f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,9 +624,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07ead9f748a4646479b850add36b527113a80e80a7e0f44d7b0334291850dcc5" +checksum = "89ee9c34c612d45735fef4c478450cd2a1e64e59ad1e5988e5024af53914a854" dependencies = [ "bitflags 2.4.2", "log", @@ -650,9 +650,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "864ac69eadd877bfb34e7814be1928122ed0057d9f975169a56ee496aa7bdfd7" +checksum = "6cc02890e65b2b8e390d0e081907c0d5ac3931bc6935f452095d68199e3698c5" dependencies = [ "bitflags 2.4.2", "ptr_meta", @@ -661,9 +661,9 @@ dependencies = [ [[package]] name = "uefi-services" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a79fcb420624743c895bad0f9480fbc2f64e7c8d8611fb1ada6bdd799942feb4" +checksum = "292d48d6dae6fb4a5f960bab64a72e9dcdbe3db7dd706ae0ace5de24580d2840" dependencies = [ "cfg-if", "log", diff --git a/Cargo.toml b/Cargo.toml index 458fd1a6..fa202f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ exclusive_cell = "0.1" spinning_top = "0.3" [target.'cfg(target_os = "uefi")'.dependencies] -uefi = { version = "0.26", features = ["alloc"] } -uefi-services = { version = "0.23", features = ["qemu"] } +uefi = { version = "0.27", features = ["alloc"] } +uefi-services = { version = "0.24", features = ["qemu"] } qemu-exit = "3" [target.'cfg(target_arch = "riscv64")'.dependencies]