Skip to content

Commit

Permalink
Merge pull request #8 from langyo/dependabot/cargo/cargo-deps-46cab65f89
Browse files Browse the repository at this point in the history
Update bcrypt requirement from ^0.15 to ^0.16 in the cargo-deps group
  • Loading branch information
langyo authored Nov 23, 2024
2 parents 525f469 + 237278c commit 6cd49da
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 6cd49da

Please sign in to comment.