Skip to content

Commit

Permalink
build(deps): bump bcrypt from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.16.0 to 0.17.0.
- [Commits](Keats/rust-bcrypt@v0.16.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 1c8bee5 commit 6651564
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 8 deletions.
44 changes: 37 additions & 7 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ path = "examples/hsh.rs"
# Dependencies of the package.
argon2rs = "0.2.5"
base64 = "0.22.1"
bcrypt = "0.16.0"
bcrypt = "0.17.0"
dtt = "0.0.9"
log = {version="0.4.25", features = ["std"] }
scrypt = "0.11.0"
Expand Down

0 comments on commit 6651564

Please sign in to comment.