From 8745844ec34f4fdfa5a085ce1a8e6f52efba2090 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Feb 2022 09:00:30 +0000 Subject: [PATCH] Update Rust crate rand to 0.8.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6231bf..2e29a49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- 2.40.1