From e3f304e844613b97a038c36ffa026c43d94411ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 05:12:42 +0000 Subject: [PATCH] Update sha2 requirement from 0.8.1 to 0.9.2 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/whirlpool-v0.8.1...streebog-v0.9.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index becabf8..0e2649d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rand = "0.7.3" random-access-disk = "2.0.0" random-access-memory = "2.0.0" random-access-storage = "4.0.0" -sha2 = "0.8.1" +sha2 = "0.9.2" sleep-parser = "0.8.0" sparse-bitfield = "0.11.0" tree-index = "0.6.0"