Merge pull request #27 from boltlabs-inc/dependabot/cargo/secp256k1-0.16.0

build(deps): update secp256k1 requirement from 0.15.0 to 0.16.0
This commit is contained in:
J. Ayo Akinyele 2019-11-08 10:00:10 -05:00 committed by GitHub
commit 69880545d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ serde_json = "1.0"
serde_with = "1.0"
serde_bytes = "0.11.2"
time = "*"
secp256k1 = { version = "0.15.0", features = ["rand", "serde"] }
secp256k1 = { version = "0.16.0", features = ["rand", "serde"] }
sha2 = { version = "0.8", default-features = false }
[lib]