From 8931f82f254f4e7d3ecfd31592a41fc5bb08a14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 06:38:08 -0300 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pallas-addresses/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-addresses/Cargo.toml b/pallas-addresses/Cargo.toml index 93ae93e..0afa629 100644 --- a/pallas-addresses/Cargo.toml +++ b/pallas-addresses/Cargo.toml @@ -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"