diff --git a/Cargo.lock b/Cargo.lock index f6db8d73d9a..ac11d3d65d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,9 +831,9 @@ dependencies = [ [[package]] name = "kvm-ioctls" -version = "0.19.0" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "337d1afa126368bbd6a5c328048f71a69a737e9afe7e436b392a8f8d770c9171" +checksum = "e013ae7fcd2c6a8f384104d16afe7ea02969301ea2bb2a56e44b011ebc907cab" dependencies = [ "bitflags 2.6.0", "kvm-bindings", diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml index dcb757fa0dd..e9ddbf2b625 100644 --- a/src/vmm/Cargo.toml +++ b/src/vmm/Cargo.toml @@ -23,7 +23,7 @@ event-manager = "0.4.0" gdbstub = { version = "0.7.3", optional = true } gdbstub_arch = { version = "0.3.1", optional = true } kvm-bindings = { version = "0.10.0", features = ["fam-wrappers", "serde"] } -kvm-ioctls = "0.19.0" +kvm-ioctls = "0.19.1" lazy_static = "1.5.0" libc = "0.2.167" linux-loader = "0.13.0"