From 778c60f21d95e09005bfacb38b8061adb956361b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 07:55:45 +0000 Subject: [PATCH] build(deps): bump vmm-sys-util from `71b5b25` to `c0bbae5` Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from `71b5b25` to `c0bbae5`. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/71b5b25dd5b5bc5c8ce7f08f39f2e594b53d12fc...c0bbae555d26555480bc84f229570c6648fd7f6f) 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 66a82b84c..a9182b49c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -978,7 +978,7 @@ dependencies = [ [[package]] name = "vmm-sys-util" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vmm-sys-util#71b5b25dd5b5bc5c8ce7f08f39f2e594b53d12fc" +source = "git+https://github.com/rust-vmm/vmm-sys-util#c0bbae555d26555480bc84f229570c6648fd7f6f" dependencies = [ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", ]