build(deps): bump bech32 from 0.7.2 to 0.8.0
Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/rust-bitcoin/rust-bech32/releases) - [Commits](https://github.com/rust-bitcoin/rust-bech32/compare/v0.7.2...v0.8.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3af57ece7a
commit
dd940f7dbf
|
|
@ -194,9 +194,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|||
|
||||
[[package]]
|
||||
name = "bech32"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cdcf67bb7ba7797a081cd19009948ab533af7c355d5caf1d08c777582d351e9c"
|
||||
checksum = "6c7f7096bc256f5e5cb960f60dfc4f4ef979ca65abe7fb9d5a4f77150d3783d4"
|
||||
|
||||
[[package]]
|
||||
name = "beef"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ default = []
|
|||
proptest-impl = ["proptest", "proptest-derive"]
|
||||
|
||||
[dependencies]
|
||||
bech32 = "0.7.2"
|
||||
bech32 = "0.8.0"
|
||||
bitvec = "0.17.4"
|
||||
blake2b_simd = "0.5.11"
|
||||
blake2s_simd = "0.5.11"
|
||||
|
|
|
|||
Loading…
Reference in New Issue