Skip to content

Commit a70882c

Browse files
Fix breaking OSS-Fuzz coverage build
1 parent e5e4829 commit a70882c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url/fuzz/Cargo.toml

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

1111
[dependencies]
12-
libfuzzer-sys = "0.3"
12+
libfuzzer-sys = "0.4.0"
1313

1414
[dependencies.url]
1515
path = ".."

0 commit comments

Comments
 (0)