Skip to content

Commit

Permalink
Update bcrypt requirement from ^0.15 to ^0.16 in the cargo-deps group
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.

Updates `bcrypt` to 0.16.0
- [Commits](Keats/rust-bcrypt@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 525f469 commit 237278c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ worker = { workspace = true }
sea-orm = { workspace = true }

jsonwebtoken = "^9"
bcrypt = "^0.15"
bcrypt = "^0.16"
sha3 = "^0.10"

image = { workspace = true }
Expand Down

0 comments on commit 237278c

Please sign in to comment.