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.
1 parent f515093 commit 6ad80e8Copy full SHA for 6ad80e8
fuzz/Cargo.toml
@@ -12,7 +12,7 @@ afl_fuzz = ["afl"]
12
honggfuzz_fuzz = ["honggfuzz"]
13
14
[dependencies]
15
-honggfuzz = { version = "0.5", default-features = false, optional = true }
+honggfuzz = { version = "0.5.55", default-features = false, optional = true }
16
afl = { version = "0.8", optional = true }
17
regex = { version = "1.4"}
18
miniscript = { path = "..", features = ["compiler"] }
0 commit comments