From 3b631e864ac4dc2bf55069790a14688723e58f08 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 20 Mar 2026 09:35:54 -0600 Subject: [PATCH] sha3: bump `keccak` to v0.2 This was missed in #796/#799. Release PR: RustCrypto/sponges#117 --- sha3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index d4a44b7b..333f31a5 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -18,7 +18,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "0.11" -keccak = "0.2.0-rc.2" +keccak = "0.2" [dev-dependencies] digest = { version = "0.11", features = ["dev"] }