From 704da84f3a8a3248cbdb34a96c19c28e05cafaa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:38:27 +0000 Subject: [PATCH] Update rust-argon2 requirement from 1.0.0 to 2.0.0 Updates the requirements on [rust-argon2](https://github.com/sru-systems/rust-argon2) to permit the latest version. - [Changelog](https://github.com/sru-systems/rust-argon2/blob/master/CHANGELOG.md) - [Commits](https://github.com/sru-systems/rust-argon2/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: rust-argon2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/argon2-identity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/argon2-identity/Cargo.toml b/crates/argon2-identity/Cargo.toml index cabe8438..305dbc11 100644 --- a/crates/argon2-identity/Cargo.toml +++ b/crates/argon2-identity/Cargo.toml @@ -17,4 +17,4 @@ linkspace-cryptography = { path = "../cryptography", version="0.3.1-rc1"} thiserror.workspace = true base64.workspace=true -rust-argon2 = {version = "1.0.0",default-features=false} +rust-argon2 = {version = "2.0.0",default-features=false}