Bump bcrypt-pbkdf from 0.8.1 to 0.10.0 in /src/_bcrypt (#508)

Bumps [bcrypt-pbkdf](https://github.com/RustCrypto/password-hashes) from 0.8.1 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](https://github.com/RustCrypto/password-hashes/compare/bcrypt-pbkdf-v0.8.1...bcrypt-pbkdf-v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-06 07:28:14 -04:00 committed by GitHub
parent 12420c0bc7
commit 16dfdc35be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -35,9 +35,9 @@ dependencies = [
[[package]]
name = "bcrypt-pbkdf"
version = "0.8.1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ef233ffa9cb9c7820b2b0e9efd0821ed180e866c9120ec9f45518659742074"
checksum = "6aeac2e1fe888769f34f05ac343bbef98b14d1ffb292ab69d4608b3abc86f2a2"
dependencies = [
"blowfish",
"pbkdf2",
@ -223,9 +223,9 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.10.1"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31"
dependencies = [
"digest",
]

View File

@ -8,7 +8,7 @@ publish = false
[dependencies]
pyo3 = { version = "0.19.1" }
bcrypt = "0.15"
bcrypt-pbkdf = "0.8.1"
bcrypt-pbkdf = "0.10.0"
base64 = "0.13.1"
[features]