Skip to content

Commit

Permalink
Bump bcrypt-pbkdf from 0.8.1 to 0.10.0 in /src/_bcrypt (#508)
Browse files Browse the repository at this point in the history
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](RustCrypto/password-hashes@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>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent 12420c0 commit 16dfdc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/_bcrypt/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/_bcrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 16dfdc3

Please sign in to comment.