From 3debe97cb2d7ca43c468f4c83a4581a7db4a5e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 18:51:35 +0000 Subject: [PATCH] Bump equihash from `5b2c71e` to `ae2a248` Bumps [equihash](https://github.com/ZcashFoundation/librustzcash) from `5b2c71e` to `ae2a248`. - [Release notes](https://github.com/ZcashFoundation/librustzcash/releases) - [Commits](https://github.com/ZcashFoundation/librustzcash/compare/5b2c71e112ade5488ba49bb16f50897d513702f8...ae2a2481333f27b5cdb5eb53b0754fb5901b7e5f) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 7dce63e8..65ca5bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,7 +456,7 @@ dependencies = [ [[package]] name = "equihash" version = "0.0.0" -source = "git+https://github.com/ZcashFoundation/librustzcash.git?branch=equihash-errors#a513e802fd7a4fe322e726b947909e53c522bc40" +source = "git+https://github.com/ZcashFoundation/librustzcash.git?branch=equihash-crate#ae2a2481333f27b5cdb5eb53b0754fb5901b7e5f" dependencies = [ "blake2b_simd", "byteorder",