build: bump linux-loader from 0.3.0 to 0.4.0

Requires manual change to command line loading.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-09-24 08:43:14 +01:00
committed by dependabot[bot]
parent 7383087230
commit 1a2d0e6dd8
6 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ anyhow = "1.0.44"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.102"
linux-loader = { version = "0.3.0", features = ["elf", "bzimage", "pe"] }
linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] }
log = "0.4.14"
serde = { version = "1.0.130", features = ["rc"] }
thiserror = "1.0.29"