Skip to content

Commit

Permalink
chore(deps): 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.
- [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md)
- [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 Jun 12, 2023
1 parent 4e7503c commit 19a69fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ utxorpc = { version = "1.0.0-alpha.1" }

hex = "0.4.3"
net2 = "0.2.37"
bech32 = "0.8.1"
bech32 = "0.9.1"
clap = { version = "4.3.0", features = ["derive"] }
log = "0.4.18"
env_logger = "0.9.0"
Expand Down

0 comments on commit 19a69fd

Please sign in to comment.