From 8dfb79e0770be4d30d936e482ae689c5d3b27462 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2020 06:13:43 +0000 Subject: [PATCH] build(deps): bump vm-memory from `df6207f` to `d6229fc` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `df6207f` to `d6229fc`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/df6207f1c03294b5fdc2ee3d5bd7e989eab48653...d6229fc5bd2c6ae44f9d8efe0a03917a66761cd1) 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 fd44bbdcc..f57ad7da5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,7 +1157,7 @@ dependencies = [ [[package]] name = "vm-memory" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-memory#df6207f1c03294b5fdc2ee3d5bd7e989eab48653" +source = "git+https://github.com/rust-vmm/vm-memory#d6229fc5bd2c6ae44f9d8efe0a03917a66761cd1" 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)",