From 13b061ee2e4c20a3d92d934db044b81fd27fe53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:24:21 +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.24.0 to 0.25.0 - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-osdev/uefi-rs/compare/uefi-v0.24.0...uefi-v0.25.0) Updates `uefi-services` from 0.21.0 to 0.22.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.21.0...uefi-services-v0.22.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] <support@github.com> --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11f1549..f346a23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,9 +357,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b63e82686b4bdb0db74f18b2abbd60a0470354fb640aa69e115598d714d0a10" +checksum = "1cb8f384905087f56c2fdf90bb7d94d24c600775b9f40424a4b80882ba399d47" dependencies = [ "bitflags 2.3.3", "log", @@ -383,9 +383,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62642516099c6441a5f41b0da8486d5fc3515a0603b0fdaea67b31600e22082e" +checksum = "8bbf45ee102da89ef37674dd5186cd766418338457e660e7a3a1bad64d122abf" dependencies = [ "bitflags 2.3.3", "ptr_meta", @@ -394,9 +394,9 @@ dependencies = [ [[package]] name = "uefi-services" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44b32954ebbb4be5ebfde0df6699c2091f04e9f9c3762c65f3435dfb1a90a668" +checksum = "f23d40df0511a2de5cadd20c9fcb2f998ac82f0c0da8a9b2817c8e8a4f0fd6fb" dependencies = [ "cfg-if", "log", @@ -405,9 +405,9 @@ dependencies = [ [[package]] name = "uguid" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16dfbd255defbd727b3a30e8950695d2e6d045841ee250ff0f1f7ced17917f8d" +checksum = "1ef516f0806c5f61da6aa95125d0eb2d91cc95b2df426c06bde8be657282aee5" [[package]] name = "unicode-ident" diff --git a/Cargo.toml b/Cargo.toml index 1b92685..6712a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ hermit-dtb = { version = "0.1" } goblin = { version = "0.7", default-features = false, features = ["elf64"] } [target.'cfg(target_os = "uefi")'.dependencies] -uefi = "0.24" -uefi-services = "0.21" +uefi = "0.25" +uefi-services = "0.22" [target.'cfg(target_arch = "riscv64")'.dependencies] fdt = "0.1" -- GitLab