From d1cd3c89c6f1d8623a7550310e74ee7c6fd42d1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 06:41:44 +0000 Subject: [PATCH] build(deps): bump vmm-sys-util from `c0bbae5` to `9014b7a` Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from `c0bbae5` to `9014b7a`. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/c0bbae555d26555480bc84f229570c6648fd7f6f...9014b7ab94461b54b90ca64c6d8a442b6b4b84c8) 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 3860a1655..f840e0d96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -970,7 +970,7 @@ dependencies = [ [[package]] name = "vmm-sys-util" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vmm-sys-util#c0bbae555d26555480bc84f229570c6648fd7f6f" +source = "git+https://github.com/rust-vmm/vmm-sys-util#9014b7ab94461b54b90ca64c6d8a442b6b4b84c8" dependencies = [ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", ]