Skip to content

Commit

Permalink
Bump bech32 from 0.8.1 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/rust-bitcoin/rust-bech32/releases)
- [Commits](rust-bitcoin/rust-bech32@v0.8.1...v0.9.1)

---
updated-dependencies:
- dependency-name: bech32
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2022
1 parent 0b30d14 commit 72ed2e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iapyx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bech32 = "0.8"
bech32 = "0.9"
wallet-core = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master"}
wallet = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master"}
hdkeygen = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master"}
Expand Down
2 changes: 1 addition & 1 deletion mainnet-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
hex = "0.4"
bech32 = "0.8.1"
bech32 = "0.9.1"
structopt = "0.3"
thiserror = "1.0"
futures = "0.3.8"
Expand Down

0 comments on commit 72ed2e9

Please sign in to comment.