Skip to content

Commit

Permalink
Bump bcrypt from 0.15.1 to 0.16.0 in /src/_bcrypt (#912)
Browse files Browse the repository at this point in the history
Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.15.1 to 0.16.0.
- [Commits](Keats/rust-bcrypt@v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: bcrypt
  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 Nov 19, 2024
1 parent 50bce3f commit 137ae46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -7,7 +7,7 @@ publish = false

[dependencies]
pyo3 = { version = "0.23", features = ["abi3"] }
bcrypt = "0.15"
bcrypt = "0.16"
bcrypt-pbkdf = "0.10.0"
base64 = "0.22.1"
subtle = "2.6"
Expand Down

0 comments on commit 137ae46

Please sign in to comment.