build: Bump linux-loader from 0.6.0 to 0.7.0

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-11-02 10:22:43 +00:00
committed by dependabot[bot]
parent 103fe1f48b
commit 6e0bd73c90
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ anyhow = "1.0.66"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.137"
linux-loader = { version = "0.6.0", features = ["elf", "bzimage", "pe"] }
linux-loader = { version = "0.7.0", features = ["elf", "bzimage", "pe"] }
log = "0.4.17"
serde = { version = "1.0.147", features = ["rc", "derive"] }
thiserror = "1.0.37"