Skip to content

Commit aa8442b

Browse files
committed
Update Rust crate bcrypt to 0.18.0
1 parent 4c325e6 commit aa8442b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = ["migrations/", "src/", "diesel.toml", "LICENSE", "README.md", "rockpa
1616

1717
[dependencies]
1818
base64 = "0.22.1"
19-
bcrypt = "0.17.0"
19+
bcrypt = "0.18.0"
2020
chrono = { version = "0.4.40", features = ["serde"] }
2121
diesel = { version = "2.2.8", default-features = false, features = ["sqlite", "returning_clauses_for_sqlite_3_35", "chrono"] }
2222
diesel_migrations = "2.2.0"

0 commit comments

Comments
 (0)