chore: bump pbkdf2 from 0.8.0 to 0.9.0 (#19492)

* chore: bump pbkdf2 from 0.8.0 to 0.9.0

Bumps [pbkdf2](https://github.com/RustCrypto/password-hashes) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](https://github.com/RustCrypto/password-hashes/commits)

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

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 <anatoly+githubjenkins@solana.io>
This commit is contained in:
dependabot[bot]
2021-08-30 09:36:40 -06:00
committed by GitHub
parent 632079641a
commit f19ff84593
3 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@ log = "0.4.14"
memmap2 = { version = "0.3.1", optional = true }
num-derive = "0.3"
num-traits = "0.2"
pbkdf2 = { version = "0.8.0", default-features = false }
pbkdf2 = { version = "0.9.0", default-features = false }
qstring = "0.7.2"
rand = { version = "0.7.0", optional = true }
rand_chacha = { version = "0.2.2", optional = true }