From 8e7d67fcfe7adfbd7045d4602084875d09548082 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 07:01:55 +0000 Subject: [PATCH] build(deps): bump vmm-sys-util from `8703cfd` to `07ef2e2` Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from `8703cfd` to `07ef2e2`. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/8703cfd4277b674f661629787473264505d979bc...07ef2e280e2f0541b61726650d4e1384338d7861) 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 c2cc3966e..bacb4830c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,7 +1055,7 @@ dependencies = [ [[package]] name = "vmm-sys-util" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vmm-sys-util#8703cfd4277b674f661629787473264505d979bc" +source = "git+https://github.com/rust-vmm/vmm-sys-util#07ef2e280e2f0541b61726650d4e1384338d7861" dependencies = [ "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", ]