From 81b9705b1044bed25e398f52385cd75874d01fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 23:10:48 +0000 Subject: [PATCH] build: bump vfio-ioctls from `d51c1fa` to `491a0f8` Bumps [vfio-ioctls](https://github.com/rust-vmm/vfio-ioctls) from `d51c1fa` to `491a0f8`. - [Release notes](https://github.com/rust-vmm/vfio-ioctls/releases) - [Commits](https://github.com/rust-vmm/vfio-ioctls/compare/d51c1fad37be30c20385c55a217e2d90972ea31d...491a0f89a08e2e4c19b19c1109615505228495f6) --- updated-dependencies: - dependency-name: vfio-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d11b8a407..7f62556f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1148,7 +1148,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#d51c1fad37be30c20385c55a217e2d90972ea31d" +source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#491a0f89a08e2e4c19b19c1109615505228495f6" dependencies = [ "byteorder", "kvm-bindings", @@ -1157,7 +1157,7 @@ dependencies = [ "mshv-bindings", "mshv-ioctls", "vfio-bindings", - "vm-memory 0.6.0", + "vm-memory 0.7.0", "vmm-sys-util", ]