From 7b77189c80f3d1723766bb96f8a31ca9208acbd3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 08:30:25 +0000 Subject: [PATCH] build(deps): bump vm-memory from `366a907` to `8d6ca35` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `366a907` to `8d6ca35`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/366a907660359ea1fcd805e894e7de123106bd18...8d6ca3553c773a00bdbb29eeb92d49f9aadb89d4) 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 bb7826e6e..9b098f992 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,7 +1009,7 @@ version = "0.1.0" [[package]] name = "vm-memory" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-memory#366a907660359ea1fcd805e894e7de123106bd18" +source = "git+https://github.com/rust-vmm/vm-memory#8d6ca3553c773a00bdbb29eeb92d49f9aadb89d4" dependencies = [ "cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",