From bf638a45dee6c44bd8a21dbba3bfa52774797931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 00:25:11 +0000 Subject: [PATCH] build: bump vfio-ioctls from `c52e88a` to `bf7c9b9` Bumps [vfio-ioctls](https://github.com/rust-vmm/vfio) from `c52e88a` to `bf7c9b9`. - [Release notes](https://github.com/rust-vmm/vfio/releases) - [Commits](https://github.com/rust-vmm/vfio/compare/c52e88ac551183bd3784745a7143db45abdb05db...bf7c9b997b4ad0ca1ab4bfe96dc1b10d4bc5be24) --- 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 d0e3f9bd2..cf0f868a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio?branch=main#c52e88ac551183bd3784745a7143db45abdb05db" +source = "git+https://github.com/rust-vmm/vfio?branch=main#bf7c9b997b4ad0ca1ab4bfe96dc1b10d4bc5be24" dependencies = [ "byteorder", "kvm-bindings",