From f064dc88c2f2eb9f4fb683f188c275e9889b2361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:09:10 +0000 Subject: [PATCH] build(deps): bump kvm-ioctls from 0.18.0 to 0.19.0 Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases) - [Changelog](https://github.com/rust-vmm/kvm-ioctls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/kvm-ioctls/compare/v0.18.0...v0.19.0) --- 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 f17ea88a..7343eb41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,18 +391,24 @@ name = "kvm-bindings" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2efe3f1a4437bffe000e6297a593b98184213cd27486776c335f95ab53d48e3a" + +[[package]] +name = "kvm-bindings" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa4933174d0cc4b77b958578cd45784071cc5ae212c2d78fbd755aaaa6dfa71a" dependencies = [ "vmm-sys-util", ] [[package]] name = "kvm-ioctls" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c2176b91f68903b54ac8c6185bada7d607ca6110998976ff15c032f88a7d39" +checksum = "337d1afa126368bbd6a5c328048f71a69a737e9afe7e436b392a8f8d770c9171" dependencies = [ "bitflags 2.6.0", - "kvm-bindings", + "kvm-bindings 0.10.0", "libc", "vmm-sys-util", ] @@ -875,7 +881,7 @@ dependencies = [ "dirs", "hex", "iocuddle", - "kvm-bindings", + "kvm-bindings 0.9.1", "kvm-ioctls", "lazy_static", "libc",