From 10abfd4448cc1cb56348fdef0f39e93b92bcc5ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 08:45:54 +0000 Subject: [PATCH] build(deps): bump vmm-sys-util from `54e256b` to `5f8c251` Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from `54e256b` to `5f8c251`. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/54e256b2cbce742825bdc48d3955ac0b0538b174...5f8c251355c9d3232196ab6c24bbca5fe7b8e67b) 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 f6734be74..d840271aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1185,7 +1185,7 @@ dependencies = [ [[package]] name = "vmm-sys-util" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vmm-sys-util#54e256b2cbce742825bdc48d3955ac0b0538b174" +source = "git+https://github.com/rust-vmm/vmm-sys-util#5f8c251355c9d3232196ab6c24bbca5fe7b8e67b" dependencies = [ "libc 0.2.61 (registry+https://github.com/rust-lang/crates.io-index)", ]