From 2ed073459573df071f4f7c9440bc5c55c3a6e9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 10:12:22 +0000 Subject: [PATCH] Update blake2 requirement from ^0.9.2 to ^0.10.4 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/commits) --- 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..fc4a9ed 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.4", optional = true } chacha20poly1305 = { version = "^0.9.0", optional = true } chrono = { version = "^0.4", optional = true, features = ["serde"] } openssl = { version = "~0.10.36", optional = true }