diff --git a/Cargo.lock b/Cargo.lock index 4154ae84..2bdedd55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "uefi" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a58ad7512f7c38b58aa536c3839dbb1d5a122d14a7e2245b06ded49edcb7585a" +checksum = "2422138a1c4483f5d04081281ec841fb17f88cf1e2263b3b860fd455ab3a8d52" dependencies = [ "bitflags", "cfg-if", @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "uefi-raw" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a36f49db0b04a8dfd246a26ddf8d2526a2ffd8cf946ae7fe603fd0c5fbd2786" +checksum = "0b86018f5a44661f30db808298ccfcbe326279239c4d17a347c5476065ff72c0" dependencies = [ "bitflags", "uguid", diff --git a/Cargo.toml b/Cargo.toml index 368661ac..1d1d0c2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ x86_64 = { version = "0.15", default-features = false, features = ["instructions [target.'cfg(target_os = "uefi")'.dependencies] anyhow = { version = "1", default-features = false } -uefi = { version = "0.39", features = ["alloc", "panic_handler", "qemu"] } +uefi = { version = "0.40", features = ["alloc", "panic_handler", "qemu"] } [build-dependencies] built = { version = "0.8", features = ["git2", "chrono"] }