From 95a05d2bac47ca48200900883c41cc5be04b9312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:56:58 +0100 Subject: [PATCH] Bump pbkdf2 from 0.12.1 to 0.12.2 (#1055) Bumps [pbkdf2](https://github.com/RustCrypto/password-hashes) from 0.12.1 to 0.12.2. - [Commits](https://github.com/RustCrypto/password-hashes/compare/pbkdf2-v0.12.1...pbkdf2-v0.12.2) --- updated-dependencies: - dependency-name: pbkdf2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29e61e1643..76de109ec7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2614,9 +2614,9 @@ dependencies = [ [[package]] name = "pbkdf2" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31" +checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ "digest 0.10.7", ] @@ -3568,7 +3568,7 @@ dependencies = [ "num-bigint", "num-rational", "num-traits", - "pbkdf2 0.12.1", + "pbkdf2 0.12.2", "pin-project", "rand 0.8.5", "rand_chacha 0.3.1", @@ -4250,7 +4250,7 @@ dependencies = [ "hex", "hmac 0.12.1", "parity-scale-codec", - "pbkdf2 0.12.1", + "pbkdf2 0.12.2", "regex", "schnorrkel 0.10.2", "secrecy", diff --git a/Cargo.toml b/Cargo.toml index b3e0949b64..93fa59376a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ substrate-runner = { path = "testing/substrate-runner" } # subxt-signer deps that I expect aren't useful anywhere else: bip39 = "2.0.0" hmac = "0.12.1" -pbkdf2 = { version = "0.12.1", default-features = false } +pbkdf2 = { version = "0.12.2", default-features = false } schnorrkel = "0.10.2" secrecy = "0.8.0" sha2 = "0.10.6"