Update jubjub requirement from 0.8 to 0.9

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/compare/0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: jubjub
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-05 04:03:14 +00:00 committed by GitHub
parent b6a8c45b4c
commit d9ed47eccf
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.8"
jubjub = "0.9"
rand_core = "0.6"
serde = { version = "1", optional = true, features = ["derive"] }
thiserror = "1.0"