Merge pull request #1695 from TheBlueMatt/2022-08-log-chan_update
[rust-lightning] / lightning-invoice / fuzz / Cargo.toml
index 68a0d4e0a3398c9a7c7a5c08e35307f40f7f9b2c..6f79757c22bb810d574a0438003b70ee76444e6b 100644 (file)
@@ -12,10 +12,11 @@ afl_fuzz = ["afl"]
 honggfuzz_fuzz = ["honggfuzz"]
 
 [dependencies]
-honggfuzz = { version = "0.5", optional = true }
+honggfuzz = { version = "0.5", optional = true, default-features = false }
 afl = { version = "0.4", optional = true }
-lightning-invoice = { path = ".."}
-bech32 = "0.7"
+lightning-invoice = { path = ".." }
+lightning = { path = "../../lightning", features = ["regex"] }
+bech32 = "0.9.0"
 
 # Prevent this from interfering with workspaces
 [workspace]