Skip to content

Commit

Permalink
chore(deps): update bcrypt requirement from 0.15 to 0.16 (#995)
Browse files Browse the repository at this point in the history
Updates the requirements on [bcrypt](https://github.com/Keats/rust-bcrypt) to permit the latest version.
- [Commits](Keats/rust-bcrypt@v0.15.0...v0.15.1)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 11f0f6a commit 5e5694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ assert-json-diff = "2"
base64 = "0.22"
bson = "2"
bytes = "1"
bcrypt = "0.15"
bcrypt = "0.16"
cookie = "0.18"
chacha20poly1305 = "0.10"
chrono = "0.4"
Expand Down

0 comments on commit 5e5694c

Please sign in to comment.