mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 06:57:53 +01:00
Bump bitcoin_hashes to v0.11
This commit is contained in:
parent
65d71cdc6b
commit
1cc2bc5145
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ bech32 = { version = "0.9.0", default-features = false }
|
|||
lightning = { version = "0.0.110", path = "../lightning", default-features = false }
|
||||
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"] }
|
||||
num-traits = { version = "0.2.8", default-features = false }
|
||||
bitcoin_hashes = { version = "0.10", default-features = false }
|
||||
bitcoin_hashes = { version = "0.11", default-features = false }
|
||||
hashbrown = { version = "0.11", optional = true }
|
||||
core2 = { version = "0.3.0", default-features = false, optional = true }
|
||||
serde = { version = "1.0.118", optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue