Skip to content

Commit 3a45ad7

Browse files
committed
Update lightning-invoice to use bech32 0.9.0
1 parent e403999 commit 3a45ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ no-std = ["hashbrown", "lightning/no-std", "core2/alloc"]
1919
std = ["bitcoin_hashes/std", "num-traits/std", "lightning/std", "bech32/std"]
2020

2121
[dependencies]
22-
bech32 = { version = "0.8", default-features = false }
22+
bech32 = { version = "0.9", default-features = false }
2323
lightning = { version = "0.0.109", path = "../lightning", default-features = false }
2424
secp256k1 = { version = "0.22", default-features = false, features = ["recovery", "alloc"] }
2525
num-traits = { version = "0.2.8", default-features = false }

0 commit comments

Comments
 (0)