Skip to content

Commit

Permalink
build(deps): Update bech32 requirement from 0.9.1 to 0.11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [bech32](https://github.com/rust-bitcoin/rust-bech32) to permit the latest version.
- [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bech32@v0.9.1...v0.11.0)

---
updated-dependencies:
- dependency-name: bech32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 58f3ed6 commit 6141b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true

[dependencies]
async-trait = "0.1.73" # for "key::secp256k1" sign trait, https://github.com/dtolnay/async-trait
bech32 = "0.9.1"
bech32 = "0.11.0"
blst = "0.3.10" # https://github.com/supranational/blst/tree/master/bindings/rust, for "BLS
bs58 = { version = "0.5.0", features = ["cb58"] }
bytes = "1.4.0"
Expand Down

0 comments on commit 6141b52

Please sign in to comment.