From dc2e235a2c51199f2655910535e368c3a3e5345e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 05:03:03 +0000 Subject: [PATCH] Bump aes from 0.8.2 to 0.8.4 Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.2 to 0.8.4. - [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.8.2...aes-v0.8.4) --- updated-dependencies: - dependency-name: aes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10bbeb8..434d049 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,9 +14,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.8.2" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" +checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ "cfg-if", "cipher", diff --git a/Cargo.toml b/Cargo.toml index 4a8850d..c3dc3d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ sha2 = "0.10.6" aes-gcm = "0.10.1" clap = { version = "4.1.13", features = ["derive"] } ctr = "0.9.2" -aes = "0.8.2" +aes = "0.8.4" k256 = "0.13.0" #ecdsa [target.'cfg(windows)'.dependencies]