Skip to content

Commit

Permalink
Merge pull request #11 from langyo/dependabot/cargo/cargo-deps-2b50fe…
Browse files Browse the repository at this point in the history
…4bb2

Update bcrypt requirement from ^0.16 to ^0.17 in the cargo-deps group
  • Loading branch information
langyo authored Feb 2, 2025
2 parents 2c52864 + 1b46735 commit 3af93dd
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.16"
bcrypt = "^0.17"
sha3 = "^0.10"

image = { workspace = true }
Expand Down

0 comments on commit 3af93dd

Please sign in to comment.