build: Bump libfuzzer-sys from 0.4.0 to 0.4.1 in /fuzz

Bumps [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/rust-fuzz/libfuzzer/releases)
- [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-fuzz/libfuzzer/compare/0.4.0...0.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-14 06:41:39 +00:00
parent a45f7ac1bc
commit 2cf75116d9
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ cargo-fuzz = true
[dependencies]
block_util = { path = "../block_util" }
libc = "0.2.94"
libfuzzer-sys = "0.4.0"
libfuzzer-sys = "0.4.1"
qcow = { path = "../qcow" }
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.3" }
virtio-devices = { path = "../virtio-devices" }