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
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

@ -3074,9 +3074,9 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
checksum = "f05894bce6a1ba4be299d0c5f29563e08af2bc18bb7d48313113bed71e904739"
dependencies = [
"crypto-mac 0.11.0",
]
@ -5689,7 +5689,7 @@ dependencies = [
"memmap2 0.3.1",
"num-derive",
"num-traits",
"pbkdf2 0.8.0",
"pbkdf2 0.9.0",
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",

View File

@ -1716,9 +1716,9 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
checksum = "f05894bce6a1ba4be299d0c5f29563e08af2bc18bb7d48313113bed71e904739"
dependencies = [
"crypto-mac 0.11.0",
]
@ -3244,7 +3244,7 @@ dependencies = [
"memmap2 0.3.1",
"num-derive",
"num-traits",
"pbkdf2 0.8.0",
"pbkdf2 0.9.0",
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",

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 }