From ac95dbfd1b475f79b89e16735e8d76dbdf7f6cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:51:24 +0000 Subject: [PATCH] Update aes-gcm requirement from 0.9 to 0.10 Updates the requirements on [aes-gcm](https://github.com/RustCrypto/AEADs) to permit the latest version. - [Release notes](https://github.com/RustCrypto/AEADs/releases) - [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.9.0...aes-gcm-v0.10.1) --- updated-dependencies: - dependency-name: aes-gcm 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 009a90d..e1829a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ codegen-units = 1 panic = 'abort' [dependencies] -aes-gcm = "0.9" +aes-gcm = "0.10" anyhow = "1.0" argon2 = "0.3" base64 = "0.13"