From acf597504c9a0d3f9f12f82e2bae485d78b423d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 05:03:54 +0000 Subject: [PATCH] Update aes requirement from 0.7.0 to 0.8.3 Updates the requirements on [aes](https://github.com/RustCrypto/block-ciphers) to permit the latest version. - [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.7.0...aes-v0.8.3) --- updated-dependencies: - dependency-name: aes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 534ccff..f892395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,5 +42,5 @@ features = [ "derive" ] rand = "0.8.3" [dev-dependencies.aes] -version = "0.7.0" +version = "0.8.3" default-features = false