From c0437babfa3fea55ec0a001190110831be4053ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 23:30:12 +0000 Subject: [PATCH] Update blake2 requirement from 0.9 to 0.10 Updates the requirements on [blake2](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/groestl-v0.9.0...blake2-v0.10.0) --- updated-dependencies: - dependency-name: blake2 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 4b9ed94..43dca41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tracing = { version = "0.1", default-features = false, features = [ "attributes" derivative = { version = "2.0", features = ["use_core"], optional = true} rayon = { version = "1", optional = true } -blake2 = "0.9" +blake2 = "0.10" easy-parallel = "3.1.0" [dev-dependencies]