build: Add missing Cargo.lock change

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-06-18 15:24:33 +01:00
parent b56e1217b6
commit cee5508e9b

7
Cargo.lock generated
View File

@ -65,6 +65,7 @@ dependencies = [
"acpi_tables",
"anyhow",
"byteorder",
"fdt",
"hypervisor",
"libc",
"linux-loader",
@ -330,6 +331,12 @@ dependencies = [
"synstructure",
]
[[package]]
name = "fdt"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b643857cf70949306b81d7e92cb9d47add673868edac9863c4a49c42feaf3f1e"
[[package]]
name = "getrandom"
version = "0.2.3"