Skip to content

Commit 1a345d0

Browse files
Bump bech32 from 0.8.1 to 0.9.0
Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.8.1 to 0.9.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2af5296 commit 1a345d0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.lock

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iapyx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
bech32 = "0.8"
10+
bech32 = "0.9"
1111
wallet-core = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master"}
1212
wallet = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master"}
1313
hdkeygen = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master"}

0 commit comments

Comments
 (0)