From 6dace14a5d13836dbbaf26391f00c12dde583bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:06:27 +0000 Subject: [PATCH] build(deps): bump kvm-ioctls from 0.17.0 to 0.18.0 Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) from 0.17.0 to 0.18.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.17.0...v0.18.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 ee3bab6d..2965771b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,18 +391,24 @@ name = "kvm-bindings" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ac3147c9763fd8fa7865a90d6aee87f157b59167145b38e671bbc66b116f1e8" + +[[package]] +name = "kvm-bindings" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3c1030d8ce8a7ac5797738f98d6e16450d2ddd298b4555c492009108822d3bd" dependencies = [ "vmm-sys-util", ] [[package]] name = "kvm-ioctls" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bedae2ca4a531bebe311abaf9691f5cc14eaa21475243caa2e39c43bb872947d" +checksum = "92c2176b91f68903b54ac8c6185bada7d607ca6110998976ff15c032f88a7d39" dependencies = [ "bitflags 2.5.0", - "kvm-bindings", + "kvm-bindings 0.9.0", "libc", "vmm-sys-util", ] @@ -863,7 +869,7 @@ dependencies = [ "dirs", "hex", "iocuddle", - "kvm-bindings", + "kvm-bindings 0.8.2", "kvm-ioctls", "lazy_static", "libc",