We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77339c1 + 53e90e2 commit e18d52cCopy full SHA for e18d52c
fuzz/Cargo.toml
@@ -13,8 +13,8 @@ honggfuzz_fuzz = ["honggfuzz"]
13
14
[dependencies]
15
honggfuzz = { version = "0.5", optional = true }
16
-afl = { version = "0.3", optional = true }
17
-regex = { version = "1.3.9"}
+afl = { version = "0.8", optional = true }
+regex = { version = "1.4"}
18
miniscript = { path = "..", features = ["fuzztarget", "compiler"] }
19
20
# Prevent this from interfering with workspaces
0 commit comments