From 1e0b516a84d3b724a141762cc249a40afcf055b3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 06:50:06 +0000 Subject: [PATCH] build(deps): bump linux-loader from `b309c9d` to `b13674a` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `b309c9d` to `b13674a`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/b309c9df171bb6c3eba361382c54e82716c6824c...b13674ab870f600d9fcca1e908b6dceb18e957bf) 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 7264647b5..fa20a4c2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "linux-loader" version = "0.1.0" -source = "git+https://github.com/rust-vmm/linux-loader#b309c9df171bb6c3eba361382c54e82716c6824c" +source = "git+https://github.com/rust-vmm/linux-loader#b13674ab870f600d9fcca1e908b6dceb18e957bf" dependencies = [ "vm-memory", ]