diff --git a/Cargo.lock b/Cargo.lock index 406ee5b1..02780262 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