From 2597ad7d906bfac4d01640c49c938d8000d8df5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:56:31 +0000 Subject: [PATCH] build(deps): bump uefi-raw from 0.8.0 to 0.9.0 Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.8.0 to 0.9.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.9.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 9de5d8e0..ef89ccbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b463030b802e1265a3800fab24df95d3229c202c2e408832a206f05b4d1496ca" +checksum = "7f6d465de2c918779dafb769a5a4fe8d6e4fb7cc4cc6cb1a735f2f6ec68beea4" dependencies = [ "bitflags", "ptr_meta", diff --git a/multiboot2/Cargo.toml b/multiboot2/Cargo.toml index 608537fc..24fc5705 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.9.0", default-features = false } [package.metadata.docs.rs] all-features = true