From 4004c560cdf35b177098bf670081e800ed13d694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:39:11 +0000 Subject: [PATCH] build(deps): bump keccak in /test/simulator-graphical-bb03 Bumps [keccak](https://github.com/RustCrypto/sponges) from 0.1.5 to 0.1.6. - [Commits](https://github.com/RustCrypto/sponges/compare/keccak-v0.1.5...keccak-v0.1.6) --- updated-dependencies: - dependency-name: keccak dependency-version: 0.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/rust/Cargo.toml | 2 +- test/simulator-graphical-bb03/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 5a3053c935..4d1ae90c89 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -42,7 +42,7 @@ hmac = { version = "0.12.1", default-features = false, features = ["reset"] } # We don't rely on this dep directly, the sha3 dep does. We list it here to enable the # no_unroll feature to reduce the binary size, saving around 1528 bytes (as measured at time of # writing, this might fluctuate over time). -keccak = { version = "0.1.4", default-features = false, features = ["no_unroll"] } +keccak = { version = "0.1.6", default-features = false, features = ["no_unroll"] } zeroize = "1.7.0" futures-lite = { version = "2.6.1", default-features = false } hex_lit = { version = "0.1.1", default-features = false } diff --git a/test/simulator-graphical-bb03/Cargo.lock b/test/simulator-graphical-bb03/Cargo.lock index ff25580d5d..5b5f1fc206 100644 --- a/test/simulator-graphical-bb03/Cargo.lock +++ b/test/simulator-graphical-bb03/Cargo.lock @@ -1600,9 +1600,9 @@ dependencies = [ [[package]] name = "keccak" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" +checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" dependencies = [ "cpufeatures", ]