aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1baa66c..4b09960 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,8 @@ edition = "2024"
[dependencies]
anyhow = "1"
-argon2 = "0.5.0"
+argon2 = "0.5"
+password-hash = { version = "0.5", features = ["getrandom"] }
async-trait = "0.1"
base64 = "0.22"
clap = "4"