Skip to content

Commit 3bc8668

Browse files
fix(deps): update rust crate libfuzzer-sys to 0.4 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c90eee4 commit 3bc8668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
cargo-fuzz = true
1010

1111
[dependencies]
12-
libfuzzer-sys = "0.3"
12+
libfuzzer-sys = "0.4"
1313
diffutils = { path = "../" }
1414

1515
# Prevent this from interfering with workspaces

0 commit comments

Comments
 (0)