From d158fa8de26a1f5b3e3ee3f210f4eedfaadac89a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 05:46:48 +0000 Subject: [PATCH] build(deps): bump linux-loader from `3cf96c5` to `acf9c21` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `3cf96c5` to `acf9c21`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/3cf96c53ed6bfed9c7ca7dcfdbbcd04c86b6dd09...acf9c21591813c87dc77f667618d433f62c821af) 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 5d6d37e55..6c8f53d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "linux-loader" version = "0.2.0" -source = "git+https://github.com/rust-vmm/linux-loader#3cf96c53ed6bfed9c7ca7dcfdbbcd04c86b6dd09" +source = "git+https://github.com/rust-vmm/linux-loader#acf9c21591813c87dc77f667618d433f62c821af" dependencies = [ "vm-memory", ]