From e21bc972b0fa1e0019a63dab9cfe05dd64a939b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 06:18:33 +0000 Subject: [PATCH] build(deps): bump vmm-sys-util from `fd4dcd1` to `8703cfd` Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from `fd4dcd1` to `8703cfd`. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/fd4dcd172e5e607bb480ff8c9004c90f6671043f...8703cfd4277b674f661629787473264505d979bc) 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 bc9d5a6b2..a425534e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,7 +1055,7 @@ dependencies = [ [[package]] name = "vmm-sys-util" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vmm-sys-util#fd4dcd172e5e607bb480ff8c9004c90f6671043f" +source = "git+https://github.com/rust-vmm/vmm-sys-util#8703cfd4277b674f661629787473264505d979bc" dependencies = [ "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", ]