From cf858d356a896369467330dfaa6f635e21c4ab45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 07:14:07 +0000 Subject: [PATCH] Update aes-ctr requirement from 0.3 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.3.0...aes-ctr-v0.6.0) Signed-off-by: dependabot[bot] --- protocols/secio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/secio/Cargo.toml b/protocols/secio/Cargo.toml index dbc329debb2..39cd837e7e3 100644 --- a/protocols/secio/Cargo.toml +++ b/protocols/secio/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] maintenance = { status = "deprecated" } [dependencies] -aes-ctr = "0.3" +aes-ctr = "0.6" aesni = { version = "0.6", features = ["nocheck"], optional = true } ctr = "0.3" futures = "0.3.1"