chore(deps): update pbkdf2 requirement from 0.11.0 to 0.12.1

Updates the requirements on [pbkdf2](https://github.com/RustCrypto/password-hashes) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](https://github.com/RustCrypto/password-hashes/compare/scrypt-v0.11.0...pbkdf2-v0.12.1)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-23 22:32:47 +00:00 committed by GitHub
parent 98d37c8b77
commit 02a44087ae
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ constant_time_eq = { version = "0.1.5", optional = true }
crc32fast = "1.3.2"
flate2 = { version = "1.0.23", default-features = false, optional = true }
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
pbkdf2 = {version = "0.11.0", optional = true }
pbkdf2 = {version = "0.12.1", optional = true }
sha1 = {version = "0.10.1", optional = true }
time = { version = "0.3.7", optional = true, default-features = false, features = ["std"] }
zstd = { version = "0.11.2", optional = true }