From b3bb44ccfe20df9b411eba0eb16fdef13cb1ab11 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 14 Feb 2024 02:02:30 +0000 Subject: [PATCH] Update Rust crate aes to 0.8.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02583ba..d4715aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ md5 = "0.7.0" base64 = "0.21.7" hmac = "0.12.1" sha2 = "0.10.8" -aes = "0.8.3" +aes = "0.8.4"