From 3c9ac5061cb51d49530ce44441af96947921f28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:33:02 +0000 Subject: [PATCH] Bump aes from 0.8.3 to 0.8.4 (#170) --- Cargo.lock | 4 ++-- crates/scryptenc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef836be..671754f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "aes" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" +checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ "cfg-if", "cipher", diff --git a/crates/scryptenc/Cargo.toml b/crates/scryptenc/Cargo.toml index 2055e83..41be051 100644 --- a/crates/scryptenc/Cargo.toml +++ b/crates/scryptenc/Cargo.toml @@ -33,7 +33,7 @@ name = "info" required-features = ["default", "serde"] [dependencies] -aes = "0.8.3" +aes = "0.8.4" ctr = "0.9.2" hmac = "0.12.1" rand = { version = "0.8.5", default-features = false, features = ["getrandom", "std_rng"] }