Skip to content

Commit e18d52c

Browse files
authored
Merge pull request #188 from sanket1729/update_deps
update fuzz dependencies
2 parents 77339c1 + 53e90e2 commit e18d52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ honggfuzz_fuzz = ["honggfuzz"]
1313

1414
[dependencies]
1515
honggfuzz = { version = "0.5", optional = true }
16-
afl = { version = "0.3", optional = true }
17-
regex = { version = "1.3.9"}
16+
afl = { version = "0.8", optional = true }
17+
regex = { version = "1.4"}
1818
miniscript = { path = "..", features = ["fuzztarget", "compiler"] }
1919

2020
# Prevent this from interfering with workspaces

0 commit comments

Comments
 (0)