X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-invoice%2Ffuzz%2FCargo.toml;h=6f79757c22bb810d574a0438003b70ee76444e6b;hb=71f4749e1c0d48a916c1ba3b0631d7796f61c074;hp=d741864aea2ec8d55a824f725d8e875e9a9d6c0c;hpb=7ac4c3bba006d7306eb860e0127be8478d49bb39;p=rust-lightning diff --git a/lightning-invoice/fuzz/Cargo.toml b/lightning-invoice/fuzz/Cargo.toml index d741864a..6f79757c 100644 --- a/lightning-invoice/fuzz/Cargo.toml +++ b/lightning-invoice/fuzz/Cargo.toml @@ -12,11 +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 = ".." } lightning = { path = "../../lightning", features = ["regex"] } -bech32 = "0.8" +bech32 = "0.9.0" # Prevent this from interfering with workspaces [workspace]