chore(cargo): update keccak from 0.1.5 to 0.1.6

0.1.5 is yanked and cargo-deny complains
This commit is contained in:
link2xt
2026-02-14 07:09:52 +00:00
committed by l
parent 3fdda6f3b8
commit de25eb90ff

4
Cargo.lock generated
View File

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