From bf135a29f7d64db3faac6d897f98c2c1199ea736 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 06:15:36 +0000 Subject: [PATCH] build(deps): bump linux-loader from `2adddce` to `61d95eb` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `2adddce` to `61d95eb`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/2adddce25b37f68c99ae8e7db1cb7f5853626fdd...61d95eb67b5d78f75357f4e3ed039bf5d6549065) 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 07ddae842..114f907c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "linux-loader" version = "0.1.0" -source = "git+https://github.com/rust-vmm/linux-loader#2adddce25b37f68c99ae8e7db1cb7f5853626fdd" +source = "git+https://github.com/rust-vmm/linux-loader#61d95eb67b5d78f75357f4e3ed039bf5d6549065" dependencies = [ "vm-memory 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ]