diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2026-03-09 18:24:40 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2026-03-12 12:02:55 +0100 |
| commit | 37f3410ba4dfc0537fe7d31bfbecb204bfa12c50 (patch) | |
| tree | e68b873c7c807dd85d5942d9f78692568104aa0c /rust | |
| parent | 1b80f1009dcaf19b4a82a63ab4e52833374e31cc (diff) | |
| download | qemu-37f3410ba4dfc0537fe7d31bfbecb204bfa12c50.tar.gz qemu-37f3410ba4dfc0537fe7d31bfbecb204bfa12c50.zip | |
rust: Update Cargo.lock
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é <philmd@linaro.org>
Link: https://lore.kernel.org/r/20260309172440.66409-1-philmd@linaro.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/Cargo.lock | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 801ac5f4f5..cbb3ca15f7 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", |
