From 8f6cbf849acda9f27fe1bf2fa0c43dfa050b432d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 06:23:16 +0000 Subject: [PATCH] build(deps): bump vm-memory from `291dc2e` to `467eda6` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `291dc2e` to `467eda6`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/291dc2e23673cce5154bca8dea7d3f2535b194d2...467eda62ae76531b562d99d121ceff35ec17be68) 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 f8e5995c7..26502efb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1082,7 +1082,7 @@ dependencies = [ [[package]] name = "vm-memory" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-memory#291dc2e23673cce5154bca8dea7d3f2535b194d2" +source = "git+https://github.com/rust-vmm/vm-memory#467eda62ae76531b562d99d121ceff35ec17be68" 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)",