From 4f89cb050a59fda8bc9f0d431907ebe8df7d7377 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 07:24:11 +0000 Subject: [PATCH] build(deps): bump linux-loader from `43d1c51` to `bd01b6d` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `43d1c51` to `bd01b6d`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/43d1c51c32474019acbd44738c6aebe7f69f7be2...bd01b6dd2331950d5d059790291a7166c3ef57f3) 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 e69c588e0..7c01be584 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#43d1c51c32474019acbd44738c6aebe7f69f7be2" +source = "git+https://github.com/rust-vmm/linux-loader#bd01b6dd2331950d5d059790291a7166c3ef57f3" dependencies = [ "vm-memory", ]