From 0ade50fb661a844dacd569be0b17e26dca83620b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 05:14:18 +0000 Subject: [PATCH] build(deps): update aes requirement from 0.6.0 to 0.8.0 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.6.0...aes-v0.8.0) --- updated-dependencies: - dependency-name: aes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tetsy-crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetsy-crypto/Cargo.toml b/tetsy-crypto/Cargo.toml index 6aeee36..edbb93c 100644 --- a/tetsy-crypto/Cargo.toml +++ b/tetsy-crypto/Cargo.toml @@ -14,7 +14,7 @@ harness = false required-features = ["publickey"] [dependencies] -aes = "0.6.0" +aes = "0.8.0" aes-ctr = "0.6.0" block-modes = "0.7.0" digest = "0.9.0"