diff --git a/Cargo.lock b/Cargo.lock index 01dc6dacd..f33e39c12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,9 +552,9 @@ dependencies = [ [[package]] name = "qemu-exit" -version = "3.0.2" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb0fd6580eeed0103c054e3fba2c2618ff476943762f28a645b63b8692b21c9" +checksum = "8189cbf0422ac15d7d544ed5f331fbe4e5b9da88133568fd359083b186a547f3" [[package]] name = "quote" diff --git a/uefi-test-runner/Cargo.toml b/uefi-test-runner/Cargo.toml index fe534ac92..a4332e9f7 100644 --- a/uefi-test-runner/Cargo.toml +++ b/uefi-test-runner/Cargo.toml @@ -12,7 +12,7 @@ smoltcp = { version = "0.12.0", default-features = false, features = ["medium-et log.workspace = true -qemu-exit = "3.0.0" +qemu-exit = "4.0.0" [features] # Enable the debug support protocol test. diff --git a/uefi/Cargo.toml b/uefi/Cargo.toml index d82f3e321..7f7b370cd 100644 --- a/uefi/Cargo.toml +++ b/uefi/Cargo.toml @@ -44,7 +44,7 @@ cfg-if = "1.0.0" ucs2 = "0.3.3" uefi-macros = "0.19.0" uefi-raw = "0.14.0" -qemu-exit = { version = "3.0.2", optional = true } +qemu-exit = { version = "4.0.0", optional = true } [package.metadata.docs.rs] all-features = true