From 25f302ed01cac67318eddc19e3bb40c46e1c5c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:14:12 +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.25.0 to 0.26.0 - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-osdev/uefi-rs/compare/uefi-v0.25.0...uefi-v0.26.0) Updates `uefi-services` from 0.22.0 to 0.23.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.22.0...uefi-services-v0.23.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 | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25fc7b67..ea8eea6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cb8f384905087f56c2fdf90bb7d94d24c600775b9f40424a4b80882ba399d47" +checksum = "07ead9f748a4646479b850add36b527113a80e80a7e0f44d7b0334291850dcc5" dependencies = [ "bitflags 2.4.1", "log", @@ -382,9 +382,9 @@ dependencies = [ [[package]] name = "uefi-macros" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "023d94ef8e135d068b9a3bd94614ef2610b2b0419ade0a9d8f3501fa9cd08e95" +checksum = "26a7b1c2c808c3db854a54d5215e3f7e7aaf5dcfbce095598cba6af29895695d" dependencies = [ "proc-macro2", "quote", @@ -393,9 +393,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bbf45ee102da89ef37674dd5186cd766418338457e660e7a3a1bad64d122abf" +checksum = "864ac69eadd877bfb34e7814be1928122ed0057d9f975169a56ee496aa7bdfd7" dependencies = [ "bitflags 2.4.1", "ptr_meta", @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "uefi-services" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23d40df0511a2de5cadd20c9fcb2f998ac82f0c0da8a9b2817c8e8a4f0fd6fb" +checksum = "a79fcb420624743c895bad0f9480fbc2f64e7c8d8611fb1ada6bdd799942feb4" dependencies = [ "cfg-if", "log", diff --git a/Cargo.toml b/Cargo.toml index ae2767f0..2f4bebcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ hermit-dtb = { version = "0.1" } goblin = { version = "0.7", default-features = false, features = ["elf64"] } [target.'cfg(target_os = "uefi")'.dependencies] -uefi = "0.25" -uefi-services = "0.22" +uefi = "0.26" +uefi-services = "0.23" [target.'cfg(target_arch = "riscv64")'.dependencies] fdt = "0.1"