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 Mar 9, 2024
1 parent 00ece5d commit 048b42f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pallas-addresses/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hex = "0.4.3"
pallas-crypto = { version = "=0.24.0", path = "../pallas-crypto" }
pallas-codec = { version = "=0.24.0", path = "../pallas-codec" }
base58 = "0.2.0"
bech32 = "0.9.1"
bech32 = "0.11.0"
thiserror = "1.0.31"
crc = "3.0.1"
sha3 = "0.10.8"
2 changes: 1 addition & 1 deletion pallas-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4.14"
pallas-crypto = { version = "=0.24.0", path = "../pallas-crypto" }
pallas-codec = { version = "=0.24.0", path = "../pallas-codec" }
base58 = "0.2.0"
bech32 = "0.9.0"
bech32 = "0.11.0"
serde = { version = "1.0.136", optional = true, features = ["derive"] }
serde_json = { version = "1.0.79", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion pallas-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pallas-crypto = { version = "=0.24.0", path = "../pallas-crypto" }
ed25519-bip32 = "0.4.1"
bip39 = { version = "2.0.0", features = ["rand_core"] }
cryptoxide = "0.4.4"
bech32 = "0.9.1"
bech32 = "0.11.0"
rand = "0.8.5"

0 comments on commit 048b42f

Please sign in to comment.