Skip to content

Commit

Permalink
Updating dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 4, 2021
1 parent 122450b commit 5b962dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5b962dc

Please sign in to comment.