Skip to content

Commit

Permalink
Update scrypt requirement from 0.10 to 0.11 (#315)
Browse files Browse the repository at this point in the history
Updates the requirements on [scrypt](https://github.com/RustCrypto/password-hashes) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](RustCrypto/password-hashes@scrypt-v0.10.0...scrypt-v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2023
1 parent c1c1c40 commit f8f5d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rand = "0.8"
regex = "1"
# MSRV
rustyline = "11"
scrypt = "0.10"
scrypt = "0.11"
serde_json = "1"

[[bench]]
Expand Down

0 comments on commit f8f5d22

Please sign in to comment.