Browse Source

Update argon2 requirement from 0.3 to 0.4 (#26)

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.3.0...scrypt-v0.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/40/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
f152c205ef
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'
[dependencies] [dependencies]
aes-gcm = "0.10" aes-gcm = "0.10"
anyhow = "1.0" anyhow = "1.0"
argon2 = "0.3" argon2 = "0.4"
base64 = "0.13" base64 = "0.13"
bincode = "1.3" bincode = "1.3"
blake3 = "1.3" blake3 = "1.3"

Loading…
Cancel
Save