Browse Source

Update argon2 requirement from 0.4 to 0.5 (#72)

Updates the requirements on [argon2](https://github.com/RustCrypto/password-hashes) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](https://github.com/RustCrypto/password-hashes/compare/scrypt-v0.4.0...argon2-v0.5.0)

---
updated-dependencies:
- dependency-name: argon2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/75/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
339523d347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -37,7 +37,7 @@ panic = 'abort' @@ -37,7 +37,7 @@ panic = 'abort'
[dependencies]
aes-gcm = "0.10"
anyhow = "1.0"
argon2 = "0.4"
argon2 = "0.5"
base64 = "0.21"
bincode = "1.3"
blake3 = "1.3"

Loading…
Cancel
Save