build(deps): update bech32 requirement from 0.8.1 to 0.9.1 (#177)

Updates the requirements on [bech32](https://github.com/rust-bitcoin/rust-bech32) to permit the latest version.
- [Release notes](https://github.com/rust-bitcoin/rust-bech32/releases)
- [Commits](https://github.com/rust-bitcoin/rust-bech32/commits/v0.9.1)

---
updated-dependencies:
- dependency-name: bech32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-20 06:38:08 -03:00 committed by GitHub
parent d5ee3c2081
commit 8931f82f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,5 @@ hex = "0.4.3"
pallas-crypto = { version = "0.13.0", path = "../pallas-crypto" }
pallas-codec = { version = "0.13.0", path = "../pallas-codec" }
base58 = "0.2.0"
bech32 = "0.8.1"
bech32 = "0.9.1"
thiserror = "1.0.31"