From: Philippe Mathieu-Daudé <[email protected]> Update Cargo.lock on top of commit 7ecd3f71079 ("Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging").
Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Bonzini <[email protected]> --- rust/Cargo.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 801ac5f4f51..cbb3ca15f77 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -172,7 +172,6 @@ dependencies = [ "migration", "qemu_macros", "qom", - "system", "util", ] @@ -351,7 +350,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd" dependencies = [ "serde_core", - "serde_derive", ] [[package]] @@ -407,6 +405,7 @@ dependencies = [ "bql", "common", "glib-sys", + "hwcore", "migration", "qom", "system-sys", -- 2.53.0
