rust: update Cargo.lock
Apply change corresponding to bff64138882 ("rust: fix incorrect dependency in Cargo.toml", 2026-06-17). Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini committed
Jul 24, 2026 at 11:58 UTC
015306dec468ee29a5710176d11eaac9a105b117
1 file changed
+1
-1
rust/Cargo.lock
+1
-1
@@ -184,7 +184,6 @@ dependencies = [
184
"glib-sys",
185
"migration-sys",
186
"qom-sys",
187
- "system-sys",
187
"util-sys",
188
]
189
@@ -431,6 +430,7 @@ version = "0.1.0"
430
dependencies = [
431
"common",
432
"glib-sys",
433
+ "hwcore-sys",
434
"migration-sys",
435
"qom-sys",
436
"util-sys",