Commit a24f045228 for qemu.org
commit a24f045228271391b5c5064ebf049e1f50b6d712
Author: Zhao Liu <zhao1.liu@intel.com>
Date: Mon Jan 12 17:09:00 2026 +0800
rust: Update Cargo.lock
`cargo +nightly build` updates Cargo.lock file.
Reported-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20260112090900.880621-1-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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",
]