From ac8e4b9cb698d0234a09697d0d6166e48508201a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 06:10:27 +0000 Subject: [PATCH] build(deps): bump vm-memory from `8a606cd` to `df6207f` Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from `8a606cd` to `df6207f`. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Commits](https://github.com/rust-vmm/vm-memory/compare/8a606cd838980fcf40342169b741acc358ea00bd...df6207f1c03294b5fdc2ee3d5bd7e989eab48653) 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 520ecdfc9..8348ead25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1152,7 +1152,7 @@ dependencies = [ [[package]] name = "vm-memory" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-memory#8a606cd838980fcf40342169b741acc358ea00bd" +source = "git+https://github.com/rust-vmm/vm-memory#df6207f1c03294b5fdc2ee3d5bd7e989eab48653" 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)",