From: Zhao Liu Date: Mon, 12 Jan 2026 09:09:00 +0000 (+0800) Subject: rust: Update Cargo.lock X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a24f045228271391b5c5064ebf049e1f50b6d712;p=thirdparty%2Fqemu.git rust: Update Cargo.lock `cargo +nightly build` updates Cargo.lock file. Reported-by: Philippe Mathieu-Daudé Signed-off-by: Zhao Liu Link: https://lore.kernel.org/r/20260112090900.880621-1-zhao1.liu@intel.com Signed-off-by: Paolo Bonzini --- diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 42ae857fe5..78452c3db9 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anyhow" @@ -233,6 +233,8 @@ dependencies = [ [[package]] name = "probe" version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "136558b6e1ebaecc92755d0ffaf9421f519531bed30cc2ad23b22cb00965cc5e" [[package]] name = "proc-macro-error" @@ -392,7 +394,6 @@ dependencies = [ "migration", "qom", "system", - "trace", "util", ]