chore: bump pbkdf2 from 0.6.0 to 0.8.0 (#17703)

* chore: bump pbkdf2 from 0.6.0 to 0.8.0

Bumps [pbkdf2](https://github.com/RustCrypto/password-hashes) from 0.6.0 to 0.8.0.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](https://github.com/RustCrypto/password-hashes/compare/pbkdf2-v0.6.0...pbkdf2-v0.8.0)

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

* Bump hmac too

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-06-03 17:37:28 -06:00
committed by GitHub
parent 39654d3fa5
commit 4971bc45f2
3 changed files with 22 additions and 22 deletions

View File

@@ -641,9 +641,9 @@ dependencies = [
[[package]]
name = "crypto-mac"
version = "0.10.0"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
dependencies = [
"generic-array 0.14.3",
"subtle 2.2.2",
@@ -1253,11 +1253,11 @@ dependencies = [
[[package]]
name = "hmac"
version = "0.10.1"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
dependencies = [
"crypto-mac 0.10.0",
"crypto-mac 0.11.0",
"digest 0.9.0",
]
@@ -1991,11 +1991,11 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.6.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3b8c0d71734018084da0c0354193a5edfb81b20d2d57a92c5b154aefc554a4a"
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
dependencies = [
"crypto-mac 0.10.0",
"crypto-mac 0.11.0",
]
[[package]]
@@ -3503,7 +3503,7 @@ dependencies = [
"ed25519-dalek-bip32",
"generic-array 0.14.3",
"hex",
"hmac 0.10.1",
"hmac 0.11.0",
"itertools 0.9.0",
"lazy_static",
"libsecp256k1",
@@ -3511,7 +3511,7 @@ dependencies = [
"memmap2 0.2.3",
"num-derive",
"num-traits",
"pbkdf2 0.6.0",
"pbkdf2 0.8.0",
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",