From 55bcfb105451b79915a8d1ec3ead6cc55aad47d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 02:11:50 +0000 Subject: [PATCH] Update aes-gcm requirement from 0.9.4 to 0.10.1 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.4...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 02ef02e..2ed4c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" arrayref = "0.3" rand = "0.7.3" hkdf = "0.11" -aes-gcm = "0.9.4" +aes-gcm = "0.10.1" sha2 = "0.9" curve25519-dalek = "3.1" ed25519-dalek = "1"