Bump bls version (#768)

Signed-off-by: Kirk Baird <baird.k@outlook.com>
This commit is contained in:
Kirk Baird
2020-01-28 15:19:45 +11:00
committed by Paul Hauner
parent 70a80fb458
commit cd401147ea
3 changed files with 11 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.1" }
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.2" }
eth2_hashing = "0.1.0"
hex = "0.3"
rand = "0.7.2"

View File

@@ -11,7 +11,7 @@ lazy_static = "1.4.0"
num-bigint = "0.2.3"
eth2_hashing = "0.1.0"
hex = "0.3"
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.1" }
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.2" }
serde_yaml = "0.8.11"
serde = "1.0.102"
serde_derive = "1.0.102"