From 38351f0d96dd9a163417245d63bed69b51efb579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 09:44:39 +0000 Subject: [PATCH] build: bump vfio-ioctls from `fa3438f` to `3c45864` Bumps [vfio-ioctls](https://github.com/rust-vmm/vfio-ioctls) from `fa3438f` to `3c45864`. - [Release notes](https://github.com/rust-vmm/vfio-ioctls/releases) - [Commits](https://github.com/rust-vmm/vfio-ioctls/compare/fa3438f8f2536ba57612f5a03e33da79dde5ca5a...3c45864aa66a93ed320396439eeda97ce33cc581) --- updated-dependencies: - dependency-name: vfio-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 4e79c56c7..d311d1c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1150,7 +1150,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#fa3438f8f2536ba57612f5a03e33da79dde5ca5a" +source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#3c45864aa66a93ed320396439eeda97ce33cc581" dependencies = [ "byteorder", "kvm-bindings",