Updating dependency versions
This commit is contained in:
parent
122450b102
commit
5b962dc9a9
|
@ -22,12 +22,12 @@ secp-lowmemory = ["secp256k1/lowmemory"]
|
|||
secp-recovery = ["secp256k1/recovery"]
|
||||
|
||||
[dependencies]
|
||||
bech32 = "0.7.2"
|
||||
bech32 = "0.7.3"
|
||||
bitcoin_hashes = "0.9.6"
|
||||
secp256k1 = "0.20.0"
|
||||
secp256k1 = "0.20.2"
|
||||
|
||||
base64-compat = { version = "1.0.0", optional = true }
|
||||
bitcoinconsensus = { version = "0.19.0-1", optional = true }
|
||||
bitcoinconsensus = { version = "0.19.0-3", optional = true }
|
||||
serde = { version = "1", features = [ "derive" ], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue