Update Rust crate rust-argon2 to v1

pull/6/head
Renovate Bot 2022-01-07 12:00:54 +00:00
parent da477295f5
commit e200d99f98
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ serde = { version = "1.0.132", features = [ "derive" ] }
diesel = { version = "1.4.8", features = ["postgres", "uuidv07", "chrono"] }
diesel_migrations = "1.4.0"
# For password hashing & verification
rust-argon2 = "0.8.3"
rust-argon2 = "1.0.0"
rand = "0.8.4"
uuid = { version = "0.8.2", features = ["serde"] }
# Authentification