From 7a9d5c007fc5108180c50149b334e5214998d137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 10:11:28 +0000 Subject: [PATCH] Update blake2 requirement from ^0.9.2 to ^0.10.3 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/streebog-v0.9.2...blake2-v0.10.3) --- 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 290f48e..c1f3b7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ easy_tokens_time = ["serde_json", "time"] [dependencies] base64 = "^0.13" -blake2 = { version = "^0.9.2", optional = true } +blake2 = { version = "^0.10.3", optional = true } chacha20poly1305 = { version = "^0.9.0", optional = true } chrono = { version = "^0.4", optional = true, features = ["serde"] } openssl = { version = "~0.10.36", optional = true }