diff --git a/Cargo.lock b/Cargo.lock index 13eab3e1..34324828 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,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/Cargo.toml b/Cargo.toml index fe76c50f..372a64d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ multiboot = { version = "0.8", default-features = false } elf_rs = { version = "0.3", default-features = false } good_memory_allocator = { version = "0.1", default-features = false } integration-test-util = { path = "./integration-test/bins/util" } -qemu-exit = { version = "3.0", default-features = false } +qemu-exit = { version = "4.0", default-features = false } # Intra-workspace dependencies of upstream crates multiboot2 = { version = "0.24.0", default-features = false }