From a4aaca47dc9ed34039c9fd50bba996d82a1c3063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:21:51 +0000 Subject: [PATCH] build(deps): bump kvm-ioctls from 0.19.0 to 0.20.0 Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Commits](https://github.com/rust-vmm/kvm/commits) --- updated-dependencies: - dependency-name: kvm-ioctls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c89d9660..884a6a07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,18 +793,24 @@ name = "kvm-bindings" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa4933174d0cc4b77b958578cd45784071cc5ae212c2d78fbd755aaaa6dfa71a" + +[[package]] +name = "kvm-bindings" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "501bc0717c6a9fc409f29047ebeb6040a4d304344698abb268c4c6a440e6a09a" dependencies = [ "vmm-sys-util", ] [[package]] name = "kvm-ioctls" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "337d1afa126368bbd6a5c328048f71a69a737e9afe7e436b392a8f8d770c9171" +checksum = "3f9120f23310f01dd7b4fbb4ae1fd4eae3e09a7aa5b77038b08a6b37099d8ef4" dependencies = [ "bitflags 2.6.0", - "kvm-bindings", + "kvm-bindings 0.11.0", "libc", "vmm-sys-util", ] @@ -1484,7 +1490,7 @@ dependencies = [ "dirs", "hex", "iocuddle", - "kvm-bindings", + "kvm-bindings 0.10.0", "kvm-ioctls", "lazy_static", "libc",