From cf29cf027e4dd64cd672e7ee0dd0ec26f45f8874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:39:27 +0000 Subject: [PATCH] build(deps): bump qemu-exit from 3.0.2 to 4.0.0 Bumps [qemu-exit](https://github.com/rust-embedded/qemu-exit) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/rust-embedded/qemu-exit/releases) - [Changelog](https://github.com/rust-embedded/qemu-exit/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/qemu-exit/compare/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: qemu-exit dependency-version: 4.0.0 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 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 }