build: bump hermit-abi from 0.1.18 to 0.1.19 in /fuzz

Bumps [hermit-abi](https://github.com/hermitcore/libhermit-rs) from 0.1.18 to 0.1.19.
- [Release notes](https://github.com/hermitcore/libhermit-rs/releases)
- [Commits](https://github.com/hermitcore/libhermit-rs/commits)

---
updated-dependencies:
- dependency-name: hermit-abi
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-24 23:09:35 +00:00
parent e214bb9eed
commit efb0e5a49f

13
fuzz/Cargo.lock generated
View File

@ -47,6 +47,7 @@ dependencies = [
"acpi_tables",
"anyhow",
"byteorder",
"fdt",
"hypervisor",
"libc",
"linux-loader",
@ -222,10 +223,16 @@ dependencies = [
]
[[package]]
name = "hermit-abi"
version = "0.1.18"
name = "fdt"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
checksum = "b643857cf70949306b81d7e92cb9d47add673868edac9863c4a49c42feaf3f1e"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]