Upgrade to bech32 0.7

This commit is contained in:
Jack Grigg
2019-07-23 00:18:53 +01:00
parent a12b8053b0
commit ec321382e1
3 changed files with 9 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ authors = [
edition = "2018"
[dependencies]
bech32 = "0.6"
bech32 = "0.7"
pairing = { path = "../pairing" }
sapling-crypto = { path = "../sapling-crypto" }
zcash_primitives = { path = "../zcash_primitives" }