diff --git a/Cargo.lock b/Cargo.lock index cd0497f9..c6565975 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,18 +841,24 @@ name = "kvm-bindings" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b13baf7bdfda2e10bcb109fcb099ef40cff82374eb6b7cdcf4695bdec4e522c" + +[[package]] +name = "kvm-bindings" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b3c06ff73c7ce03e780887ec2389d62d2a2a9ddf471ab05c2ff69207cd3f3b4" dependencies = [ "vmm-sys-util", ] [[package]] name = "kvm-ioctls" -version = "0.21.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "083c460d5a272c2f22205973e319147b791d92a288d7d7a8d4c6194f95229440" +checksum = "333f77a20344a448f3f70664918135fddeb804e938f28a99d685bd92926e0b19" dependencies = [ "bitflags 2.9.4", - "kvm-bindings", + "kvm-bindings 0.14.0", "libc", "vmm-sys-util", ] @@ -1611,7 +1617,7 @@ dependencies = [ "dirs", "hex", "iocuddle", - "kvm-bindings", + "kvm-bindings 0.11.1", "kvm-ioctls", "lazy_static", "libc", @@ -1999,9 +2005,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vmm-sys-util" -version = "0.12.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1435039746e20da4f8d507a72ee1b916f7b4b05af7a91c093d2c6561934ede" +checksum = "506c62fdf617a5176827c2f9afbcf1be155b03a9b4bf9617a60dbc07e3a1642f" dependencies = [ "bitflags 1.3.2", "libc",