From 8560a38c584afbe4439dba1e381ed7359339db15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 05:56:32 +0000 Subject: [PATCH] Update aes-ctr requirement from 0.5 to 0.6 Updates the requirements on [aes-ctr](https://github.com/RustCrypto/stream-ciphers) to permit the latest version. - [Release notes](https://github.com/RustCrypto/stream-ciphers/releases) - [Commits](https://github.com/RustCrypto/stream-ciphers/compare/aes-ctr-v0.5.0...aes-ctr-v0.6.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..f5b75df7 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.6" bitflags = "1.2" byteorder = "1.3" serde = { version = "1", features = ["derive"] }