aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2022-06-17 18:01:20 +0800
committerKunoiSayami <[email protected]>2022-06-17 18:01:20 +0800
commit019e46e28b07c61edcd726c683656033e85aec6e (patch)
tree7446da8f01ee375ef06761daaf3091c754f4f213 /Cargo.toml
parentd58fde0738912d24b55f92a4cf7def058bca9623 (diff)
chore(dep): Upgrade crate
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6cd90a6..5ce0999 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
anyhow = "1"
-argon2 = "0.3"
+argon2 = "0.4"
async-trait = "0.1"
base64 = "0.13"
clap = "2.33"