diff --git a/db/Cargo.toml b/db/Cargo.toml index e643b8a..4e5b274 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -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"