Skip to content

Commit

Permalink
build(deps): update pbkdf2 requirement from 0.6.0 to 0.7.3 (#523)
Browse files Browse the repository at this point in the history
Updates the requirements on [pbkdf2](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.6.0...pbkdf2-v0.7.3)

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] committed Mar 2, 2021
1 parent 7ff438a commit f3b859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity-crypto/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ digest = "0.9.0"
ethereum-types = { version = "0.11.0", optional = true, path = "../ethereum-types" }
hmac = "0.10.1"
lazy_static = { version = "1.4.0", optional = true }
pbkdf2 = "0.6.0"
pbkdf2 = "0.7.3"
ripemd160 = "0.9.1"
rustc-hex = { version = "2.1.0", default-features = false, optional = true }
scrypt = { version = "0.5.0" }
Expand Down

0 comments on commit f3b859a

Please sign in to comment.