From 626b01e56b8f0f67999d55e28339ae3ca4890557 Mon Sep 17 00:00:00 2001 From: Mohamad Date: Mon, 30 Dec 2024 14:51:12 +0100 Subject: [PATCH] updated deps --- backend/Cargo.lock | 1 + backend/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 787ba89..0e09df2 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -587,6 +587,7 @@ dependencies = [ "futures", "jsonwebtoken", "log", + "rand_core", "rusqlite", "serde", "serde_json", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 826b3da..f2cd441 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -15,4 +15,5 @@ env_logger = "0.10" # Check for the latest version log = "0.4" jsonwebtoken = "9" argon2 = { version = "0.5", features = ["password-hash"] } -futures = "0.3" \ No newline at end of file +futures = "0.3" +rand_core = "0.6.4" \ No newline at end of file