From bf4f3db6c4841406c84a4fb5d6de18d944b74f30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 06:11:55 +0000 Subject: [PATCH] build(deps): bump vmm-sys-util from `07ef2e2` to `27e7ff1` Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from `07ef2e2` to `27e7ff1`. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/07ef2e280e2f0541b61726650d4e1384338d7861...27e7ff14d60de7ab22dbfbd46464798fa0714294) 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 5cba955de..1e5b5055c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "vmm-sys-util" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vmm-sys-util#07ef2e280e2f0541b61726650d4e1384338d7861" +source = "git+https://github.com/rust-vmm/vmm-sys-util#27e7ff14d60de7ab22dbfbd46464798fa0714294" dependencies = [ "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", ]