From 22be88d3fbf4c005e9bd8a4189364ad35690c4a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 08:55:49 +0000 Subject: [PATCH] build(deps): bump vfio-bindings from `887b3cf` to `f08cbcb` Bumps [vfio-bindings](https://github.com/rust-vmm/vfio-bindings) from `887b3cf` to `f08cbcb`. - [Release notes](https://github.com/rust-vmm/vfio-bindings/releases) - [Commits](https://github.com/rust-vmm/vfio-bindings/compare/887b3cf877cd4807a2047d6aac1cb94e3861a240...f08cbcbf4041c981441d9c036c49ebad5098ed1c) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2c84025cb..c6df9773b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1361,7 +1361,7 @@ dependencies = [ [[package]] name = "vfio-bindings" version = "0.2.0" -source = "git+https://github.com/rust-vmm/vfio-bindings#887b3cf877cd4807a2047d6aac1cb94e3861a240" +source = "git+https://github.com/rust-vmm/vfio-bindings#f08cbcbf4041c981441d9c036c49ebad5098ed1c" dependencies = [ "vmm-sys-util", ]