build: bump libc from 0.2.101 to 0.2.102 in /fuzz

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.101 to 0.2.102.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.101...0.2.102)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-15 15:21:30 +00:00
parent 34f220edcd
commit a5d77cdee9
2 changed files with 3 additions and 3 deletions

4
fuzz/Cargo.lock generated
View File

@ -337,9 +337,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.101" version = "0.2.102"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21" checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103"
[[package]] [[package]]
name = "libfuzzer-sys" name = "libfuzzer-sys"

View File

@ -10,7 +10,7 @@ cargo-fuzz = true
[dependencies] [dependencies]
block_util = { path = "../block_util" } block_util = { path = "../block_util" }
libc = "0.2.101" libc = "0.2.102"
libfuzzer-sys = "0.4.2" libfuzzer-sys = "0.4.2"
qcow = { path = "../qcow" } qcow = { path = "../qcow" }
seccompiler = { git = "https://github.com/rust-vmm/seccompiler"} seccompiler = { git = "https://github.com/rust-vmm/seccompiler"}