diff --git a/Cargo.lock b/Cargo.lock index 891b14a..874c61c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "qemu-exit" -version = "2.0.1" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "220eb94f40665452ab6114bf8a8d86aa1fd41c6dbfaa4ab71b5912c8adb80389" +checksum = "9ff023245bfcc73fb890e1f8d5383825b3131cc920020a5c487d6f113dfc428a" [[package]] name = "quote" diff --git a/Cargo.toml b/Cargo.toml index c68aa7e..ee16ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ opt-level = 'z' [dependencies] linked_list_allocator = "0.9" spin = "0.9.2" -qemu-exit = "2.0.1" +qemu-exit = "3.0.1" async-trait = "0.1.51" futures = { version = "0.3", default-features = false, features = ["alloc"] } arrayvec = { version = "0.7.1", default-features = false }