From b88d29b9e4a91c683aaa253f2f5c3cb2aec420f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 05:09:25 +0000 Subject: [PATCH] build(deps): update aes requirement from 0.6.0 to 0.8.2 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.2) --- 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..0b2ae8c 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.2" aes-ctr = "0.6.0" block-modes = "0.7.0" digest = "0.9.0"