From 7e941c9ecd1103951bf807ea701e4d299cf3e7b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 06:24:45 +0000 Subject: [PATCH] build(deps): bump linux-loader from `8cb7c66` to `0c754f3` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `8cb7c66` to `0c754f3`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/8cb7c6621bec18afdb193447b5aaf671cc630ec3...0c754f380acaa905e764a6a41175275cbc7d761b) 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 896a98171..dec867463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ [[package]] name = "linux-loader" version = "0.1.0" -source = "git+https://github.com/rust-vmm/linux-loader#8cb7c6621bec18afdb193447b5aaf671cc630ec3" +source = "git+https://github.com/rust-vmm/linux-loader#0c754f380acaa905e764a6a41175275cbc7d761b" dependencies = [ "vm-memory 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]