From 1c9c0fa0e5c3b68e49741ee986e87a957274c3eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2020 05:36:16 +0000 Subject: [PATCH] build(deps): bump linux-loader from `726360b` to `3cf96c5` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `726360b` to `3cf96c5`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/726360bb2c1eeab1176ae48ad10c549d0be2ea37...3cf96c53ed6bfed9c7ca7dcfdbbcd04c86b6dd09) 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 dfe2b0fb9..3d41e667a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "linux-loader" version = "0.2.0" -source = "git+https://github.com/rust-vmm/linux-loader#726360bb2c1eeab1176ae48ad10c549d0be2ea37" +source = "git+https://github.com/rust-vmm/linux-loader#3cf96c53ed6bfed9c7ca7dcfdbbcd04c86b6dd09" dependencies = [ "vm-memory", ]