From 18a8bb0072633b72e1f2d05d1ac5fdefa6485b78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 11:02:59 +0000 Subject: [PATCH] build(deps): bump vmm-sys-util from `7222869` to `2177381` Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from `7222869` to `2177381`. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/7222869ed3de260bb147781c4334d6f89f55eb0a...2177381ed649e9631ad6f432e6cf947cc7b7f669) 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 8fcea60f0..6f68553c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,7 @@ dependencies = [ [[package]] name = "vmm-sys-util" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vmm-sys-util#7222869ed3de260bb147781c4334d6f89f55eb0a" +source = "git+https://github.com/rust-vmm/vmm-sys-util#2177381ed649e9631ad6f432e6cf947cc7b7f669" dependencies = [ "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", ]