build(deps): bump byteorder from 1.4.2 to 1.4.3

Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/BurntSushi/byteorder/releases)
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.2...1.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-03-10 12:36:39 +00:00
parent 8739f6cccb
commit 4e307788b7
6 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ tdx = []
acpi_tables = { path = "../acpi_tables", optional = true }
anyhow = "1.0"
arch_gen = { path = "../arch_gen" }
byteorder = "1.3.4"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.88"
linux-loader = { version = "0.3.0", features = ["elf", "bzimage", "pe"] }