From 9a3c117cd33fd1efe7bae9ab2699675b31fdf87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:37:53 +1300 Subject: [PATCH] Update aes-gcm requirement from 0.9 to 0.10 (#25) 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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb89777..f34d461 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"