Update jubjub requirement from 0.7 to 0.8 (#131)

* Update jubjub requirement from 0.7 to 0.8

Updates the requirements on [jubjub](https://github.com/zkcrypto/jubjub) to permit the latest version.
- [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/0.8.0)

---
updated-dependencies:
- dependency-name: jubjub
  dependency-type: direct:production
...
This commit is contained in:
dependabot[bot] 2021-11-18 15:24:11 -03:00 committed by GitHub
parent 3db05e29f7
commit 2f240d885d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ features = ["nightly"]
blake2b_simd = "0.5"
byteorder = "1.4"
digest = "0.9"
jubjub = "0.7"
jubjub = "0.8"
rand_core = "0.6"
serde = { version = "1", optional = true, features = ["derive"] }
thiserror = "1.0"