Browse Source

Fix breaking OSS-Fuzz coverage build

DavidKorczynski 5 năm trước cách đây
mục cha
commit
a70882cd02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      url/fuzz/Cargo.toml

+ 1 - 1
url/fuzz/Cargo.toml

@@ -9,7 +9,7 @@ publish = false
 cargo-fuzz = true
 
 [dependencies]
-libfuzzer-sys = "0.3"
+libfuzzer-sys = "0.4.0"
 
 [dependencies.url]
 path = ".."