Skip to content

Commit

Permalink
Bump bcrypt from 0.13.0 to 0.15.0 in /src/_bcrypt (#580)
Browse files Browse the repository at this point in the history
Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.13.0 to 0.15.0.
- [Commits](Keats/rust-bcrypt@v0.13.0...v0.15.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] committed Jul 6, 2023
1 parent b57ba9f commit 3a1af66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 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 @@ -7,7 +7,7 @@ publish = false

[dependencies]
pyo3 = { version = "0.19.1" }
bcrypt = "0.13"
bcrypt = "0.15"
bcrypt-pbkdf = "0.8.1"
base64 = "0.13.1"

Expand Down

0 comments on commit 3a1af66

Please sign in to comment.