diff --git a/Cargo.lock b/Cargo.lock index ce8c2c95..2be79f73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efa8716f52e8cab8bcedfd5052388a0f263b69fe5cc2561548dc6a530678333c" +checksum = "29a70d0f6b34cbeb4e5cd492b442bf9679a838fbb010551c4a3e3b9e25e316a8" dependencies = [ "bitflags", "ptr_meta", diff --git a/multiboot2/Cargo.toml b/multiboot2/Cargo.toml index 152d34d2..040ce7c2 100644 --- a/multiboot2/Cargo.toml +++ b/multiboot2/Cargo.toml @@ -49,7 +49,7 @@ log.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.5", default-features = false } +uefi-raw = { version = "~0.6", default-features = false } ptr_meta = { version = "~0.2", default-features = false } [package.metadata.docs.rs]