build: bump libc from 0.2.117 to 0.2.118 in /fuzz

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

---
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] 2022-02-15 23:11:57 +00:00
parent 6b44f0d12a
commit 1659a0cb6f
2 changed files with 3 additions and 3 deletions

4
fuzz/Cargo.lock generated
View File

@ -353,9 +353,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.117" version = "0.2.118"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c" checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94"
[[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.117" libc = "0.2.118"
libfuzzer-sys = "0.4.2" libfuzzer-sys = "0.4.2"
qcow = { path = "../qcow" } qcow = { path = "../qcow" }
seccompiler = "0.2.0" seccompiler = "0.2.0"