From 2d8e518499952b270c3435d9e3e0a782eece51f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 09:01:30 +0000 Subject: [PATCH] build(deps): bump redjubjub from 0.2.1 to 0.2.2 Bumps [redjubjub](https://github.com/ZcashFoundation/redjubjub) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/ZcashFoundation/redjubjub/releases) - [Changelog](https://github.com/ZcashFoundation/redjubjub/blob/main/CHANGELOG.md) - [Commits](https://github.com/ZcashFoundation/redjubjub/compare/0.2.1...0.2.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a527852..011f63bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,9 +1508,9 @@ dependencies = [ [[package]] name = "redjubjub" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07921b44f102eef69b63546f25927c9ed0efe561de73d40d3c4b86e5e127f63" +checksum = "63266b4e0d748bf7514f794bcdb1db681a22b11ed4dea3984a3148d6cd5733c3" dependencies = [ "blake2b_simd", "byteorder",