From f3b859a1ab36cfd5fc49e8e1147e2220c632e65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:55:33 +0000 Subject: [PATCH] build(deps): update pbkdf2 requirement from 0.6.0 to 0.7.3 (#523) 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](https://github.com/RustCrypto/password-hashes/compare/scrypt-v0.6.0...pbkdf2-v0.7.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parity-crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity-crypto/Cargo.toml b/parity-crypto/Cargo.toml index 1f7163425..6de817cb1 100644 --- a/parity-crypto/Cargo.toml +++ b/parity-crypto/Cargo.toml @@ -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" }