From 37eef5ec0795b419b54c05e928b8d8cc7c0c550b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 04:07:43 +0000 Subject: [PATCH] Bump bech32 from 0.7.3 to 0.9.1 in /rust Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.7.3 to 0.9.1. - [Release notes](https://github.com/rust-bitcoin/rust-bech32/releases) - [Commits](https://github.com/rust-bitcoin/rust-bech32/compare/v0.7.3...v0.9.1) --- updated-dependencies: - dependency-name: bech32 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ffa7f78a..8dfbc71b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -21,7 +21,7 @@ cbor_event = "2.1.3" ed25519-bip32 = "0.4.1" sha2 = "^0.9" digest = "^0.9" -bech32 = "0.7.2" +bech32 = "0.9.1" hex = "0.4.0" cfg-if = "1" linked-hash-map = "0.5.3"