From 6acdd94cfe08669bb16a98e3e240b0f204f6134e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 10:09:20 +0000 Subject: [PATCH] Update blake2 requirement from ^0.9.2 to ^0.10.5 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.5) --- 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..7d045f6 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.5", optional = true } chacha20poly1305 = { version = "^0.9.0", optional = true } chrono = { version = "^0.4", optional = true, features = ["serde"] } openssl = { version = "~0.10.36", optional = true }