From beb926bc767f4a03f76f4e0c98fa2421543b758c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 10:21:10 +0000 Subject: [PATCH] build(deps): bump uefi-raw from 0.8.0 to 0.10.0 Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.8.0 to 0.10.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-raw-v0.8.0...uefi-raw-v0.10.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- multiboot2/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14f379d9..7a9b5219 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,12 +128,11 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b463030b802e1265a3800fab24df95d3229c202c2e408832a206f05b4d1496ca" +checksum = "d246ed5d6fd71c0331f0ac774a6aefb6cb9170a46f83148cacc70b09f82c87bb" dependencies = [ "bitflags", - "ptr_meta", "uguid", ] diff --git a/multiboot2/Cargo.toml b/multiboot2/Cargo.toml index 608537fc..701ee1b5 100644 --- a/multiboot2/Cargo.toml +++ b/multiboot2/Cargo.toml @@ -47,7 +47,7 @@ derive_more.workspace = true log.workspace = true ptr_meta.workspace = true multiboot2-common.workspace = true -uefi-raw = { version = "~0.8.0", default-features = false } +uefi-raw = { version = "~0.10.0", default-features = false } [package.metadata.docs.rs] all-features = true