Update Rust crate rand to 0.8.5

renovate/rand-0.x
Renovate Bot 2022-02-14 09:00:30 +00:00
parent da477295f5
commit 8745844ec3
1 changed files with 1 additions and 1 deletions

View File

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