Update bitcoin crate to 0.29.0
[rust-lightning] / lightning-invoice / fuzz / Cargo.toml
index d741864aea2ec8d55a824f725d8e875e9a9d6c0c..833606c1ad83eea553af28d9d780639093e249a9 100644 (file)
@@ -16,7 +16,7 @@ honggfuzz = { version = "0.5", optional = true }
 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]