From 9d415857dcc61c9653edcbbe11404ff61c58eef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 00:41:58 +0000 Subject: [PATCH] Bump qemu-exit from 2.0.1 to 3.0.1 Bumps [qemu-exit](https://github.com/andre-richter/qemu-exit) from 2.0.1 to 3.0.1. - [Release notes](https://github.com/andre-richter/qemu-exit/releases) - [Commits](https://github.com/andre-richter/qemu-exit/compare/v2.0.1...v3.0.1) --- updated-dependencies: - dependency-name: qemu-exit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }