diff options
author | Alex <alex@adnab.me> | 2024-03-01 11:16:41 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-01 11:16:41 +0000 |
commit | f01883794e475f5dae3d2d4f621b020e1134fa47 (patch) | |
tree | 8695d17a0c81b5b9120ad7d6e19d4ec1908be724 /src/api/Cargo.toml | |
parent | 9b44639844fe60add66286a161f69f817a2714cb (diff) | |
parent | 70899b0e378fe671af177d87311568cd88e0fda2 (diff) | |
download | garage-f01883794e475f5dae3d2d4f621b020e1134fa47.tar.gz garage-f01883794e475f5dae3d2d4f621b020e1134fa47.zip |
Merge pull request 'Security: backport #737 to the v0.8.x branch' (#740) from backport-737-0.8.x into main-0.8.x
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/740
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r-- | src/api/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 43167fdb..6a9cef8b 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -20,6 +20,7 @@ garage_block.workspace = true garage_util.workspace = true garage_rpc.workspace = true +argon2 = "0.5" async-trait = "0.1.7" base64 = "0.21" bytes = "1.0" |