Bump bitcoin_hashes to version 0.10

Requires for interoperability of the `ThirtyTwoByteHash` trait with
rust-bitcoin.
This commit is contained in:
Thomas Eizinger 2021-09-08 15:21:39 +10:00
parent 12e3c66bec
commit ae1f8f4609
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ global-context-less-secure = []
[dependencies]
secp256k1-sys = { version = "0.4.1", default-features = false, path = "./secp256k1-sys" }
bitcoin_hashes = { version = "0.9", optional = true }
bitcoin_hashes = { version = "0.10", optional = true }
rand = { version = "0.6", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, optional = true }
@ -39,7 +39,7 @@ serde = { version = "1.0", default-features = false, optional = true }
rand = "0.6"
rand_core = "0.4"
serde_test = "1.0"
bitcoin_hashes = "0.9"
bitcoin_hashes = "0.10"
[target.wasm32-unknown-unknown.dev-dependencies]
wasm-bindgen-test = "0.3"