From fda8a04ec239c534026456941e8e21bf6f04b120 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 06:09:32 +0000 Subject: [PATCH] build(deps): bump vm-memory from `3ef06be` to `09c119f` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `3ef06be` to `09c119f`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/3ef06beaeabab620cbbb898a6e130af59f26dd43...09c119f742410e3ee6cd9276bedfe31588cd239f) 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 2ce7c7631..83485c1d3 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#3ef06beaeabab620cbbb898a6e130af59f26dd43" +source = "git+https://github.com/rust-vmm/vm-memory#09c119f742410e3ee6cd9276bedfe31588cd239f" 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)",