From bfd52ad85f5062ea36774369712fce4a0290683d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 06:15:31 +0000 Subject: [PATCH] build(deps): bump linux-loader from `bd01b6d` to `1af92d2` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `bd01b6d` to `1af92d2`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/bd01b6dd2331950d5d059790291a7166c3ef57f3...1af92d21adfab105e05146625d7dace58892612d) 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 4e065486f..df055c686 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "linux-loader" version = "0.1.0" -source = "git+https://github.com/rust-vmm/linux-loader#bd01b6dd2331950d5d059790291a7166c3ef57f3" +source = "git+https://github.com/rust-vmm/linux-loader#1af92d21adfab105e05146625d7dace58892612d" dependencies = [ "vm-memory", ]