From ead193f718c3d04844168c72d02c43a73c8c0705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 07:57:04 -0300 Subject: [PATCH] build(deps): update bech32 requirement from 0.8.1 to 0.9.0 (#104) 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) --- updated-dependencies: - dependency-name: bech32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pallas-primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-primitives/Cargo.toml b/pallas-primitives/Cargo.toml index df9a958..4757755 100644 --- a/pallas-primitives/Cargo.toml +++ b/pallas-primitives/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4.14" pallas-crypto = { version = "0.11.0-alpha.0", path = "../pallas-crypto" } pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec" } base58 = "0.2.0" -bech32 = "0.8.1" +bech32 = "0.9.0" serde = { version ="1.0.136", optional = true } serde_json = { version ="1.0.79", optional = true }