From e1a927cf03e5a1b9c54b576f981b62acf65efed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:27:14 +0000 Subject: [PATCH] chore(deps): update chacha20poly1305 requirement Updates the requirements on [chacha20poly1305](https://github.com/RustCrypto/AEADs) to permit the latest version. - [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.0...chacha20poly1305-v0.11.0) --- updated-dependencies: - dependency-name: chacha20poly1305 dependency-version: 0.11.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 d101894..c9a36d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/ECD5A/Memory-Genome-Engine" [workspace.dependencies] anyhow = "1.0" argon2 = "0.5" -chacha20poly1305 = "0.10" +chacha20poly1305 = "0.11" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } clap = { version = "4.5", features = ["derive"] } crossterm = "0.29"