Version bump milagro_bls to v1.4.2 (#2261)

## Issue Addressed

n/a

## Proposed Changes

Bump the version of `milagro_bls` to version v1.4.2

## Additional Info

No breaking changes.
This commit is contained in:
Kirk Baird 2021-03-16 03:11:51 +00:00
parent 3919737978
commit 0c52a2ac1d
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -207,7 +207,7 @@ dependencies = [
[[package]] [[package]]
name = "amcl" name = "amcl"
version = "0.3.0" version = "0.3.0"
source = "git+https://github.com/sigp/milagro_bls?tag=v1.4.0#45a076a776a6f1d9f8157fd2d574bfefaee2c81a" source = "git+https://github.com/sigp/milagro_bls?tag=v1.4.2#16655aa033175a90c10ef02aa144e2835de23aec"
[[package]] [[package]]
name = "ansi_term" name = "ansi_term"
@ -3901,8 +3901,8 @@ dependencies = [
[[package]] [[package]]
name = "milagro_bls" name = "milagro_bls"
version = "1.4.0" version = "1.4.2"
source = "git+https://github.com/sigp/milagro_bls?tag=v1.4.0#45a076a776a6f1d9f8157fd2d574bfefaee2c81a" source = "git+https://github.com/sigp/milagro_bls?tag=v1.4.2#16655aa033175a90c10ef02aa144e2835de23aec"
dependencies = [ dependencies = [
"amcl", "amcl",
"hex", "hex",

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies] [dependencies]
eth2_ssz = "0.1.2" eth2_ssz = "0.1.2"
tree_hash = "0.1.1" tree_hash = "0.1.1"
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v1.4.0", optional = true } milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v1.4.2", optional = true }
rand = "0.7.3" rand = "0.7.3"
serde = "1.0.116" serde = "1.0.116"
serde_derive = "1.0.116" serde_derive = "1.0.116"