Bump bitcoin-bech32 dependency

This makes the Address::Payload::WitnessProgram inner type compatible
with rust-lightning-invoice's Fallback::SegWitProgram's inner type.
This allows specifying fallbacks from addresses.
This commit is contained in:
Steven Roose 2019-03-04 21:13:11 +00:00
parent 08c6435eb7
commit 750da89992
No known key found for this signature in database
GPG Key ID: 7FC91380BB4CE800
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ unstable = []
use-serde = ["serde", "bitcoin_hashes/serde"]
[dependencies]
bitcoin-bech32 = "0.8.0"
bitcoin-bech32 = "0.9.0"
byteorder = "1.2"
rand = "0.3"
bitcoin_hashes = "0.3"