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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-08-15 10:11:04 -03:00
committed by GitHub
parent e8d7e765e7
commit 83148da959
2 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ hex = "0.4"
zeroize = { version = "1", features = ["zeroize_derive"] }
# kdf dependencies
rust-argon2 = { version = "1", optional = true }
rust-argon2 = { version = "2", optional = true }
rand_chacha = { version = "0.3.1", optional = true }
rand_core = { version = "0.6.4", features = ["getrandom"], optional = true }