Merge pull request #244 from stevenroose/bech32-bump

Bump bitcoin-bech32 dependency
This commit is contained in:
Carl Dong 2019-03-06 21:43:36 -05:00 committed by GitHub
commit d667e0f894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"