From 5c0bb38a65122c7b82e5d9b6c246dc51c5e58013 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 06:06:58 +0000 Subject: [PATCH] build(deps): bump vm-memory from `09c119f` to `291dc2e` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `09c119f` to `291dc2e`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/09c119f742410e3ee6cd9276bedfe31588cd239f...291dc2e23673cce5154bca8dea7d3f2535b194d2) 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 b50c1e89f..d44406b3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,7 +1080,7 @@ dependencies = [ [[package]] name = "vm-memory" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-memory#09c119f742410e3ee6cd9276bedfe31588cd239f" +source = "git+https://github.com/rust-vmm/vm-memory#291dc2e23673cce5154bca8dea7d3f2535b194d2" 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)",