From 5afca12cf27d278ad786cc29f5fe1fdec91ad0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 05:00:55 +0000 Subject: [PATCH] Update reddsa requirement from 0.3.0 to 0.4.0 Updates the requirements on [reddsa](https://github.com/ZcashFoundation/reddsa) to permit the latest version. - [Release notes](https://github.com/ZcashFoundation/reddsa/releases) - [Changelog](https://github.com/ZcashFoundation/reddsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/ZcashFoundation/reddsa/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: reddsa 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 231595b..832ce15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ description = "A standalone implementation of the RedJubjub signature scheme." features = ["nightly"] [dependencies] -reddsa = "0.3.0" +reddsa = "0.4.0" rand_core = "0.6" serde = { version = "1", optional = true, features = ["derive"] } thiserror = "1.0"