`cargo +nightly build` updates Cargo.lock file.
Reported-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
---
rust/Cargo.lock | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 42ae857fe533..78452c3db9b4 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",
]
--
2.34.1