From fc6033bdb4ce4a5ba55b6987d754f14ebeb0279b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 16:39:07 +0900 Subject: [PATCH] Update aes-gcm requirement from 0.8.0 to 0.9.0 (#68) 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.8.0...aes-gcm-v0.9.0) Signed-off-by: dependabot[bot] 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 4700fe6..0127a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ sha2 = "0.9.2" openssl = {version = "0.10.32", optional = true} # pure rust aes -aes-gcm = {version = "0.8.0", optional = true} +aes-gcm = {version = "0.9.0", optional = true} typenum = {version = "1.12.0", optional = true} [target.'cfg(target_arch = "wasm32")'.dependencies]