aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-02-29 10:57:07 +0100
committerAlex Auvolat <alex@adnab.me>2024-02-29 13:07:15 +0100
commiteaac4924ef5c18eb40eabfbf246f5ae9c894889a (patch)
tree7806d9ab053306b2feb25447fe8b32e88145959b /Cargo.toml
parent10031a3a9130a55a832e8aebc00eee942394be93 (diff)
downloadgarage-eaac4924ef5c18eb40eabfbf246f5ae9c894889a.tar.gz
garage-eaac4924ef5c18eb40eabfbf246f5ae9c894889a.zip
[fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token checking
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7ffcfc5..07e06440 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,7 @@ k2v-client = { version = "0.0.4", path = "src/k2v-client" }
# External crates from crates.io
arc-swap = "1.0"
+argon2 = "0.5"
async-trait = "0.1.7"
backtrace = "0.3"
base64 = "0.21"