From 164290736bc8f119cae2c1efd34c1a748e9b9583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:14:11 +0000 Subject: [PATCH] Update argon2 requirement from 0.4 to 0.5 Updates the requirements on [argon2](https://github.com/RustCrypto/password-hashes) to permit the latest version. - [Release notes](https://github.com/RustCrypto/password-hashes/releases) - [Commits](https://github.com/RustCrypto/password-hashes/compare/scrypt-v0.4.0...argon2-v0.5.0) --- updated-dependencies: - dependency-name: argon2 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 e0cd9b8..db5f9f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ panic = 'abort' [dependencies] aes-gcm = "0.10" anyhow = "1.0" -argon2 = "0.4" +argon2 = "0.5" base64 = "0.21" bincode = "1.3" blake3 = "1.3"