From 9e61df1f7c7bd3b2ae67127f2cdea7bc552a1921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:46:44 +0000 Subject: [PATCH] build(deps): bump uefi-raw from 0.7.0 to 0.8.0 Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.7.0 to 0.8.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.7.0...uefi-raw-v0.8.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- multiboot2/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65612c5b..4dd44dad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e537b93f83150df09588ca6658e881b2784e8b5f9588f1c7b72a85b72ea71ce" +checksum = "b463030b802e1265a3800fab24df95d3229c202c2e408832a206f05b4d1496ca" dependencies = [ "bitflags", "ptr_meta", diff --git a/multiboot2/Cargo.toml b/multiboot2/Cargo.toml index 97fcdd31..b484e330 100644 --- a/multiboot2/Cargo.toml +++ b/multiboot2/Cargo.toml @@ -51,7 +51,7 @@ multiboot2-common.workspace = true # bumps from uefi-raw, I restrict this here. Upstream users are likely to have # two versions of this library in it, which is no problem, as we only use the # type definition. -uefi-raw = { version = "~0.7", default-features = false } +uefi-raw = { version = "~0.8", default-features = false } [package.metadata.docs.rs] all-features = true