Updating dependency versions

This commit is contained in:
Dr Maxim Orlovsky 2021-05-04 03:13:52 +02:00
parent 122450b102
commit 5b962dc9a9
No known key found for this signature in database
GPG Key ID: FFC0250947E5C6F7
1 changed files with 3 additions and 3 deletions

View File

@ -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]