build(deps): bump jubjub from 0.5.0 to 0.5.1
Bumps [jubjub](https://github.com/zkcrypto/jubjub) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/zkcrypto/jubjub/releases) - [Changelog](https://github.com/zkcrypto/jubjub/blob/main/RELEASES.md) - [Commits](https://github.com/zkcrypto/jubjub/commits) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9cf7de6253
commit
b881eafe47
|
|
@ -320,9 +320,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bls12_381"
|
name = "bls12_381"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c3eb0d667c378a788aafad3ddb5e9fe77ad3bb478cd32d756bb3cdda02e018ab"
|
checksum = "4caf0101205582491f772d60a6fcb6bcec19963e68209cb631851eeadb01421f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec 0.18.1",
|
"bitvec 0.18.1",
|
||||||
"ff",
|
"ff",
|
||||||
|
|
@ -1262,12 +1262,12 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jubjub"
|
name = "jubjub"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "79501f40b75b5555203632fedbd37642acece2a2138660e8fc7bf0c2a83f6459"
|
checksum = "620638af3b80d23f4df0cae21e3cc9809ac8826767f345066f010bcea66a2c55"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec 0.18.1",
|
"bitvec 0.18.1",
|
||||||
"bls12_381 0.3.0",
|
"bls12_381 0.3.1",
|
||||||
"ff",
|
"ff",
|
||||||
"group",
|
"group",
|
||||||
"rand_core 0.5.1",
|
"rand_core 0.5.1",
|
||||||
|
|
@ -3126,7 +3126,7 @@ dependencies = [
|
||||||
"equihash",
|
"equihash",
|
||||||
"futures",
|
"futures",
|
||||||
"hex",
|
"hex",
|
||||||
"jubjub 0.5.0",
|
"jubjub 0.5.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"primitive-types",
|
"primitive-types",
|
||||||
"proptest",
|
"proptest",
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ byteorder = "1.3"
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
jubjub = "0.5.0"
|
jubjub = "0.5.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
primitive-types = "0.7.2"
|
primitive-types = "0.7.2"
|
||||||
rand_core = "0.5.1"
|
rand_core = "0.5.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue