From 6121f4626b2c4db5c4cac930623ab09bf4e345c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 06:24:25 +0000 Subject: [PATCH] build(deps): bump vfio-bindings from `46ef9d4` to `887b3cf` Bumps [vfio-bindings](https://github.com/rust-vmm/vfio-bindings) from `46ef9d4` to `887b3cf`. - [Release notes](https://github.com/rust-vmm/vfio-bindings/releases) - [Commits](https://github.com/rust-vmm/vfio-bindings/compare/46ef9d418e8d75b6a4b96f3bbc04e6eb47fef54b...887b3cf877cd4807a2047d6aac1cb94e3861a240) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 381223036..2c84025cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,8 +1360,8 @@ dependencies = [ [[package]] name = "vfio-bindings" -version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-bindings#46ef9d418e8d75b6a4b96f3bbc04e6eb47fef54b" +version = "0.2.0" +source = "git+https://github.com/rust-vmm/vfio-bindings#887b3cf877cd4807a2047d6aac1cb94e3861a240" dependencies = [ "vmm-sys-util", ]