From a55008f290801fc9838fae083801d9f38262e2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:42:43 +0000 Subject: [PATCH] Upgrade: Update aes-gcm requirement from 0.10.3 to 0.11.0 Updates the requirements on [aes-gcm](https://github.com/RustCrypto/AEADs) to permit the latest version. - [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.3...aes-gcm-v0.11.0) --- updated-dependencies: - dependency-name: aes-gcm 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 d061848..abf3970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["file-processing"] [dependencies] serde_json = "1.0.149" serde = { version = "1.0.228", features = ["derive"] } -aes-gcm = "0.10.3" +aes-gcm = "0.11.0" argon2 = "0.5.3" hex = "0.4.3" rand = "0.10.0"