diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 394a22ef4..2dbd67f5c 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -10,7 +10,7 @@ cargo-fuzz = true [dependencies] block_util = { path = "../block_util" } -libc = "0.2.87" +libc = "0.2.89" libfuzzer-sys = "0.4" qcow = { path = "../qcow" } seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.22.0" }