Skip to content

Commit

Permalink
fuzz: update libfuzzer dependency
Browse files Browse the repository at this point in the history
This is intended to fix an OSS-fuzz build failure detailed here:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32817

Fixes #757
  • Loading branch information
DavidKorczynski committed Apr 8, 2021
1 parent ff283ba commit cc0f2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.3"
libfuzzer-sys = "0.4.0"

[dependencies.regex]
path = ".."
Expand Down

0 comments on commit cc0f2c9

Please sign in to comment.