From 9aafc94b0ef617e1d93cefa99fe3903683ec1441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:17:28 +0000 Subject: [PATCH] chore(deps): update argon2 requirement in /tools/agent-memory-eval Updates the requirements on [argon2](https://github.com/RustCrypto/password-hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/password-hashes/compare/scrypt-v0.5.0...argon2-v0.6.0) --- updated-dependencies: - dependency-name: argon2 dependency-version: 0.6.0 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 733d7bb..aee9d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/ECD5A/Memory-Genome-Engine" [workspace.dependencies] anyhow = "1.0" -argon2 = "0.5" +argon2 = "0.6" chacha20poly1305 = "0.10" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } clap = { version = "4.5", features = ["derive"] }