From 8a55d2afc1f9f478e42d6fa81ddaa6163a0a8812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 00:49:01 +0000 Subject: [PATCH] Bump qemu-exit from 2.0.1 to 3.0.0 Bumps [qemu-exit](https://github.com/andre-richter/qemu-exit) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/andre-richter/qemu-exit/releases) - [Commits](https://github.com/andre-richter/qemu-exit/compare/v2.0.1...v3.0.0) --- 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..22d196f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "qemu-exit" -version = "2.0.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "220eb94f40665452ab6114bf8a8d86aa1fd41c6dbfaa4ab71b5912c8adb80389" +checksum = "0e0fa04276d522a40ed717bf874183a3b2a8bbb3fb4c646b03a7eb874ce5d543" [[package]] name = "quote" diff --git a/Cargo.toml b/Cargo.toml index c68aa7e..e58b84d 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.0" async-trait = "0.1.51" futures = { version = "0.3", default-features = false, features = ["alloc"] } arrayvec = { version = "0.7.1", default-features = false }