From 00ad883f7e3a01a96b10df1839e49bb993bbc9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 05:57:10 +0000 Subject: [PATCH] Update reddsa requirement from 0.4.0 to 0.5.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.4.0...0.5.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 d2ed964..8dcf41c 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.4.0" +reddsa = "0.5.0" rand_core = "0.6" serde = { version = "1", optional = true, features = ["derive"] } thiserror = "1.0"