Skip to content

Commit ee49510

Browse files
build(deps): update bech32 requirement from 0.9.1 to 0.11.0
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]>
1 parent b6d6e56 commit ee49510

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pallas-addresses/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hex = "0.4.3"
1515
pallas-crypto = { version = "=0.23.0", path = "../pallas-crypto" }
1616
pallas-codec = { version = "=0.23.0", path = "../pallas-codec" }
1717
base58 = "0.2.0"
18-
bech32 = "0.9.1"
18+
bech32 = "0.11.0"
1919
thiserror = "1.0.31"
2020
crc = "3.0.1"
2121
sha3 = "0.10.8"

pallas-primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.14"
1919
pallas-crypto = { version = "=0.23.0", path = "../pallas-crypto" }
2020
pallas-codec = { version = "=0.23.0", path = "../pallas-codec" }
2121
base58 = "0.2.0"
22-
bech32 = "0.9.0"
22+
bech32 = "0.11.0"
2323
serde = { version = "1.0.136", optional = true, features = ["derive"] }
2424
serde_json = { version = "1.0.79", optional = true }
2525

pallas-wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pallas-crypto = { version = "=0.23.0", path = "../pallas-crypto" }
1616
ed25519-bip32 = "0.4.1"
1717
bip39 = { version = "2.0.0", features = ["rand_core"] }
1818
cryptoxide = "0.4.4"
19-
bech32 = "0.9.1"
19+
bech32 = "0.11.0"
2020
rand = "0.8.5"

0 commit comments

Comments
 (0)