chore(daemon): add argon2 0.5 for recovery code hashing

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
michael
2026-04-27 09:23:20 -07:00
parent eb208579e3
commit 402addca27
3 changed files with 48 additions and 0 deletions

View File

@@ -33,3 +33,4 @@ notify = "6"
rusqlite = { version = "0.31", features = ["bundled"] }
futures-util = "0.3"
hex = "0.4"
argon2 = "0.5"