From c86273ecf6ffaf823afc4b1b45b3711e643bb386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 05:27:17 +0000 Subject: [PATCH] Update aes requirement from 0.5 to 0.7 Updates the requirements on [aes](https://github.com/RustCrypto/block-ciphers) to permit the latest version. - [Release notes](https://github.com/RustCrypto/block-ciphers/releases) - [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.5.0...aes-v0.7.0) Signed-off-by: dependabot[bot] --- mla/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mla/Cargo.toml b/mla/Cargo.toml index f620652f..64ae49e3 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -24,7 +24,7 @@ bincode = "~1.2" # Version fixed due to avoid conflict dependencies with `aes`, `aes-ctr` and `ghash` generic-array = "0.14" ghash = "0" -aes = "0.5" +aes = "0.7" subtle = "2" digest = "0" # ECC