From 96479dabe6b6681b371ea88f75e49ca565dd5d8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 06:07:49 +0000 Subject: [PATCH] build(deps): bump vm-memory from `f3d1c27` to `eb2fc0b` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `f3d1c27` to `eb2fc0b`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/f3d1c2775ccf619d7a7330ddfc4954a784b45751...eb2fc0b6d9a5b218a1181a3404dbfa7ed4e06f94) 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 d816c6725..e02fed757 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "vm-memory" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-memory#f3d1c2775ccf619d7a7330ddfc4954a784b45751" +source = "git+https://github.com/rust-vmm/vm-memory#eb2fc0b6d9a5b218a1181a3404dbfa7ed4e06f94" dependencies = [ "cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",