chore: bump pbkdf2 from 0.10.0 to 0.10.1 (#23522)

* chore: bump pbkdf2 from 0.10.0 to 0.10.1

Bumps [pbkdf2](https://github.com/RustCrypto/password-hashes) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](https://github.com/RustCrypto/password-hashes/compare/pbkdf2-v0.10.0...pbkdf2-v0.10.1)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2022-03-08 10:50:33 -07:00 committed by GitHub
parent 5599bd9442
commit 00558227be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View File

@ -2834,9 +2834,9 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4628cc3cf953b82edcd3c1388c5715401420ce5524fedbab426bd5aba017434"
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
dependencies = [
"digest 0.10.3",
]
@ -5645,7 +5645,7 @@ dependencies = [
"memmap2 0.5.3",
"num-derive",
"num-traits",
"pbkdf2 0.10.0",
"pbkdf2 0.10.1",
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",

View File

@ -1838,9 +1838,9 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4628cc3cf953b82edcd3c1388c5715401420ce5524fedbab426bd5aba017434"
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
dependencies = [
"digest 0.10.3",
]
@ -3501,7 +3501,7 @@ dependencies = [
"memmap2 0.5.3",
"num-derive",
"num-traits",
"pbkdf2 0.10.0",
"pbkdf2 0.10.1",
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",

View File

@ -60,7 +60,7 @@ log = "0.4.14"
memmap2 = { version = "0.5.3", optional = true }
num-derive = "0.3"
num-traits = "0.2"
pbkdf2 = { version = "0.10.0", default-features = false }
pbkdf2 = { version = "0.10.1", default-features = false }
qstring = "0.7.2"
rand = { version = "0.7.0", optional = true }
rand_chacha = { version = "0.2.2", optional = true }