Skip to content

Commit 2e7c0d0

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 c0164b6 commit 2e7c0d0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Cargo.lock

+8-2
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"}

mainnet-tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88

99
[dependencies]
1010
hex = "0.4"
11-
bech32 = "0.8.1"
11+
bech32 = "0.9.0"
1212
structopt = "0.3"
1313
thiserror = "1.0"
1414
futures = "0.3.8"

0 commit comments

Comments
 (0)