keccak: Update to 0.1.6

The dependency version 0.1.5 is yanked from crates.io.

Update the dependency to use 0.1.6.
This commit is contained in:
Fintan Halpenny 2026-02-20 14:05:57 +00:00
parent bab3f82abd
commit 9a98cf7b16
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -2187,9 +2187,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",
]