Skip to content

Commit ea5b62f

Browse files
authored
Merge pull request #1677 from ok300/ok300-patch-1
Bump bitcoin_hashes to v0.11
2 parents 19536c6 + 1cc2bc5 commit ea5b62f

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
@@ -23,7 +23,7 @@ bech32 = { version = "0.9.0", default-features = false }
2323
lightning = { version = "0.0.110", path = "../lightning", default-features = false }
2424
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"] }
2525
num-traits = { version = "0.2.8", default-features = false }
26-
bitcoin_hashes = { version = "0.10", default-features = false }
26+
bitcoin_hashes = { version = "0.11", default-features = false }
2727
hashbrown = { version = "0.11", optional = true }
2828
core2 = { version = "0.3.0", default-features = false, optional = true }
2929
serde = { version = "1.0.118", optional = true }

0 commit comments

Comments
 (0)