From 942d04164c5b38993609b034ac411adf12ba4130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 17:54:03 +0000 Subject: [PATCH] build(deps): bump aes from 0.9.1 to 0.9.2 Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.9.1 to 0.9.2. - [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.9.1...aes-v0.9.2) --- updated-dependencies: - dependency-name: aes dependency-version: 0.9.2 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 97632a2..3c6022b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "aes" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138" +checksum = "f8eb277bec05f56a0e0591f155a484cbd0f4f07ff2905051a48c72f004f7ed58" dependencies = [ "cipher", "cpubits", diff --git a/Cargo.toml b/Cargo.toml index 4f874f4..37e70d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://github.com/robinhundt/CryProt" repository = "https://github.com/robinhundt/CryProt" [workspace.dependencies] -aes = "=0.9.1" +aes = "=0.9.2" anyhow = "1.0.102" bincode = "1.3.3" bitvec = "1.0.1"