Skip to content

Commit 2e68392

Browse files
build(deps): bump bcrypt from 0.16.0 to 0.17.0
Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.16.0 to 0.17.0. - [Commits](Keats/rust-bcrypt@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 226684f commit 2e68392

File tree

2 files changed

+40
-10
lines changed

2 files changed

+40
-10
lines changed

Cargo.lock

Lines changed: 39 additions & 9 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 = "0.16.0"
61+
bcrypt = "0.17.0"
6262
pbkdf2 = { version = "0.12.2", features = [
6363
"password-hash",
6464
"std",

0 commit comments

Comments
 (0)