Skip to main content

max / audiofiles

Refresh lock after synckit-client's sha2 bump Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-22 00:31 UTC
Commit: d90082d6448b9e4957d20cb99ca50463159b0620
Parent: 178eff3
1 file changed, +2 insertions, -1 deletion
M Cargo.lock +2 -1
@@ -5075,6 +5075,7 @@ dependencies = [
5075 5075 "bytes",
5076 5076 "chacha20poly1305",
5077 5077 "chrono",
5078 + "hex",
5078 5079 "keyring",
5079 5080 "parking_lot",
5080 5081 "rand",
@@ -5082,7 +5083,7 @@ dependencies = [
5082 5083 "rusqlite",
5083 5084 "serde",
5084 5085 "serde_json",
5085 - "sha2 0.10.9",
5086 + "sha2 0.11.0",
5086 5087 "thiserror 2.0.19",
5087 5088 "tokio",
5088 5089 "tokio-stream",