Skip to main content

max / everycycle

appraise: upgrade sha2 to 0.11 No source change needed: the payload digest goes through Digest::digest and base64, never the LowerHex impl that 0.11 drops. ed25519-dalek 2 still pulls its own sha2 0.10, so the tree carries both until that upgrade lands.
Co-Authored-By
Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-22 00:36 UTC
Signed with PGP, not checked
Commit: f430101c55d16e04d1da5673759972e4c165d9f6
Parent: facc817
1 file changed, +1 insertion, -1 deletion
@@ -14,7 +14,7 @@
14 14 serde_json = "1"
15 15 ed25519-dalek = { version = "2", features = ["rand_core"] }
16 16 rand_core = { version = "0.6", features = ["std"] }
17 - sha2 = "0.10"
17 + sha2 = "0.11"
18 18 base64 = "0.22"
19 19 ash = "0.38"
20 20 naga = { version = "29", features = ["wgsl-in", "spv-out"] }