build: Bump linux-loader from 0.5.0 to 0.6.0

Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/rust-vmm/linux-loader/releases)
- [Changelog](https://github.com/rust-vmm/linux-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/linux-loader/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: linux-loader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-09-24 10:09:20 +01:00
committed by dependabot[bot]
parent 76903e5fd0
commit 66c092e69b
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ anyhow = "1.0.65"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.133"
linux-loader = { version = "0.5.0", features = ["elf", "bzimage", "pe"] }
linux-loader = { version = "0.6.0", features = ["elf", "bzimage", "pe"] }
log = "0.4.17"
serde = { version = "1.0.145", features = ["rc", "derive"] }
thiserror = "1.0.35"