From b154d0f14140a299851bb1ca1b0d7e35a917ffea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:32:29 +0000 Subject: [PATCH] build(deps): bump keccak from 0.2.1 to 0.2.2 Bumps [keccak](https://github.com/RustCrypto/sponges) from 0.2.1 to 0.2.2. - [Commits](https://github.com/RustCrypto/sponges/compare/keccak-v0.2.1...keccak-v0.2.2) --- updated-dependencies: - dependency-name: keccak dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e40776f..9359a494 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,9 +184,9 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "keccak" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffd9697dc4a9a62e2da93389f34400b77a28f0287711263cabb203b3ccb9c0e4" +checksum = "d8f198d1db720e4940b5a493201d199d9f24f568f8f746bd13706243a2f71598" dependencies = [ "cfg-if", "cpufeatures 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",