Revert "fix(deps): update rust crate rust-argon2 to v2 (#552)" (#565)

This reverts commit 83148da959.

Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
Lucas Fernandes Nogueira
2023-09-19 11:34:47 -03:00
committed by GitHub
parent 5b814f56e6
commit 76832e60bf
2 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ hex = "0.4"
zeroize = { version = "1", features = ["zeroize_derive"] }
# kdf dependencies
rust-argon2 = { version = "2", optional = true }
rust-argon2 = { version = "1", optional = true }
rand_chacha = { version = "0.3.1", optional = true }
rand_core = { version = "0.6.4", features = ["getrandom"], optional = true }