build(db): fix missing password-hash feature

This commit is contained in:
Tomáš Mládek 2024-06-28 11:57:29 +02:00
parent feb9659dc1
commit cb7e57c415

View file

@ -33,7 +33,7 @@ diesel = { version = "1.4", features = [
] }
diesel_migrations = "1.4"
libsqlite3-sys = { version = "^0", features = ["bundled"] }
password-hash = "0.5.0"
password-hash = { version = "0.5.0", features = ["getrandom"] }
argon2 = "0.5.3"