diff --git a/Cargo.lock b/Cargo.lock index 1627ec1d..c8d1078f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8868c2fb03f31e55ccf9b47f72e17097bb88c45306cb82f5a2258935520c72d6" +checksum = "0b86018f5a44661f30db808298ccfcbe326279239c4d17a347c5476065ff72c0" dependencies = [ "bitflags", "uguid", diff --git a/Cargo.toml b/Cargo.toml index 32f4bf70..eb86acd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ elf = { version = "0.8", default-features = false } log = { version = "~0.4", default-features = false } ptr_meta = { version = "~0.3", default-features = false } thiserror = { version = "2.0", default-features = false } -uefi-raw = { version = "~0.15", default-features = false } +uefi-raw = { version = "~0.16", default-features = false } # Dependencies for integration tests anyhow = { version = "1.0", default-features = false }