From 0c9547618a2969ac501e3079b9c9b3d535874c97 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 08:23:06 +0000 Subject: [PATCH] build(deps): bump vm-memory from `4c329f4` to `1635f25` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `4c329f4` to `1635f25`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/4c329f4e769801d4597672190dba548c5093bbbc...1635f25afcd50ad14ed5699399e44394c5430a8d) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9607192e4..aa51b2cdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,10 +960,11 @@ dependencies = [ [[package]] name = "vm-memory" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-memory#4c329f4e769801d4597672190dba548c5093bbbc" +source = "git+https://github.com/rust-vmm/vm-memory#1635f25afcd50ad14ed5699399e44394c5430a8d" dependencies = [ "cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]]