From 647fb130c54c3d7b99d4f2b99c8360c01c1cd4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:24:19 +0000 Subject: [PATCH] Update aes requirement from 0.8 to 0.9 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.8.0...aes-v0.9.0) --- updated-dependencies: - dependency-name: aes dependency-version: 0.9.0 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 6c6db0e..e3e8b14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rustdoc-args = ["-C", "target-feature=+aes", "-C", "target-cpu=native"] github = { workflow = "CI", repository = "nlopes/arq" } [dependencies] -aes = "0.8" +aes = "0.9" byteorder = "1.4" cbc = "0.1" chrono = "0.4"