From 394ec9d4b9e3dba06cea1562424a1b76ca27572c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 06:37:04 +0000 Subject: [PATCH] build(deps): update pbkdf2 requirement from 0.6.0 to 0.7.2 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.2) Signed-off-by: dependabot[bot] --- 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..61971f9f7 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.2" ripemd160 = "0.9.1" rustc-hex = { version = "2.1.0", default-features = false, optional = true } scrypt = { version = "0.5.0" }