Skip to content

Commit 073ca95

Browse files
committed
Upgrade bcrypt to 0.17.0
1 parent 1520b1f commit 073ca95

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ serde_urlencoded = "0.7.1"
5858

5959
# Password hashing
6060
argon2 = { version = "0.5.3", features = ["password-hash", "std"] }
61-
bcrypt = { version = "0.16.0", default-features = true }
61+
bcrypt = { version = "0.17.0", default-features = true }
6262
pbkdf2 = { version = "0.12.2", features = [
6363
"password-hash",
6464
"std",

0 commit comments

Comments
 (0)