From 95352db1e58a1daeb1cf741f84a9133d111558d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 06:07:42 +0000 Subject: [PATCH] build(deps): bump vm-memory from `ec69de9` to `3ef06be` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `ec69de9` to `3ef06be`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/ec69de9c0792ae8ef2a69098d0c59ca82227bbb2...3ef06beaeabab620cbbb898a6e130af59f26dd43) 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 c6e49ff83..e2bd6b4cc 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#ec69de9c0792ae8ef2a69098d0c59ca82227bbb2" +source = "git+https://github.com/rust-vmm/vm-memory#3ef06beaeabab620cbbb898a6e130af59f26dd43" 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)",