From 6597b74ed152065e1cf0d67f2940449f35a61fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 05:34:50 +0000 Subject: [PATCH] Update aes-ctr requirement from 0.5 to 0.99 Updates the requirements on [aes-ctr](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/commits) 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..4edbc1c8 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -15,7 +15,7 @@ readme = "../README.md" rand = "0.7" rand_chacha = "0.2" brotli = "3.3" -aes-ctr = "0.5" +aes-ctr = "0.99" bitflags = "1.2" byteorder = "1.3" serde = { version = "1", features = ["derive"] }