From f81f4490b0806fc2c62b2edc4402021d7b78da0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 06:38:03 +0000 Subject: [PATCH] build: bump vfio-ioctls from `5cb8550` to `0f7eb6f` Bumps [vfio-ioctls](https://github.com/rust-vmm/vfio-ioctls) from `5cb8550` to `0f7eb6f`. - [Release notes](https://github.com/rust-vmm/vfio-ioctls/releases) - [Commits](https://github.com/rust-vmm/vfio-ioctls/compare/5cb8550556620546e74b9fe6d1174e0d1fc83888...0f7eb6f855b80d60a7e09ac6df43b46ba69f9e9e) --- 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 b8bde4e95..47950fb60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=master#5cb8550556620546e74b9fe6d1174e0d1fc83888" +source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=master#0f7eb6f855b80d60a7e09ac6df43b46ba69f9e9e" dependencies = [ "byteorder", "kvm-bindings",