From e200d99f981530d269331281f02920e2da2fa8d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jan 2022 12:00:54 +0000 Subject: [PATCH] Update Rust crate rust-argon2 to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6231bf..db11bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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