From f24243bd7b72364c0bb9c3d443e610e16eb3ce0b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 18:34:41 +0000 Subject: [PATCH] Bump redjubjub from 0.1.0 to 0.1.1 Bumps [redjubjub](https://github.com/ZcashFoundation/redjubjub) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/ZcashFoundation/redjubjub/releases) - [Changelog](https://github.com/ZcashFoundation/redjubjub/blob/main/CHANGELOG.md) - [Commits](https://github.com/ZcashFoundation/redjubjub/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b37ab89b..5d0f9482 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1023,9 +1023,9 @@ dependencies = [ [[package]] name = "redjubjub" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bdc0fe90e1f35b2dd4d6f838917ff0e8fee167c5eac501d110698deb516a534" +checksum = "05af26cd84133b56adf15179b564320ace234fa926b7a8c5fa8e391ffb65359f" dependencies = [ "blake2b_simd", "jubjub",