From 1666375a3184227f8b53d749b4898885def42fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 23:04:33 +0000 Subject: [PATCH] build: Bump vfio-ioctls from `bf7c9b9` to `ad86d84` Bumps [vfio-ioctls](https://github.com/rust-vmm/vfio) from `bf7c9b9` to `ad86d84`. - [Release notes](https://github.com/rust-vmm/vfio/releases) - [Commits](https://github.com/rust-vmm/vfio/compare/bf7c9b997b4ad0ca1ab4bfe96dc1b10d4bc5be24...ad86d843a22fbf98efa9c02a5689fe2bf17ed54a) --- 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 2dd5bb8fc..e23613909 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,7 +1309,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio?branch=main#bf7c9b997b4ad0ca1ab4bfe96dc1b10d4bc5be24" +source = "git+https://github.com/rust-vmm/vfio?branch=main#ad86d843a22fbf98efa9c02a5689fe2bf17ed54a" dependencies = [ "byteorder", "kvm-bindings",