From b9fbcd469cce449f4c6106615000135094d67982 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 15:17:50 +0000 Subject: [PATCH] build(deps): bump linux-loader from `b13674a` to `726360b` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `b13674a` to `726360b`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/b13674ab870f600d9fcca1e908b6dceb18e957bf...726360bb2c1eeab1176ae48ad10c549d0be2ea37) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa20a4c2a..9ac0d3df1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,8 +584,8 @@ dependencies = [ [[package]] name = "linux-loader" -version = "0.1.0" -source = "git+https://github.com/rust-vmm/linux-loader#b13674ab870f600d9fcca1e908b6dceb18e957bf" +version = "0.2.0" +source = "git+https://github.com/rust-vmm/linux-loader#726360bb2c1eeab1176ae48ad10c549d0be2ea37" dependencies = [ "vm-memory", ]