From d9ed47eccf1aa2998fc0537e03481c4a6df8ec04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 04:03:14 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d55f89..eac591c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"