Skip to content

Commit 0d42403

Browse files
chore(deps): update rust crate bcrypt to 0.19.0
1 parent bccd8ab commit 0d42403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin_include)"] }
4646
[dependencies]
4747
# ensure deps are compatible: https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses
4848
base64 = "0.22.1"
49-
bcrypt = "0.17.0"
49+
bcrypt = "0.19.0"
5050
cargo_metadata = "0.23.0"
5151
chrono = "0.4.39"
5252
config = "0.15.7"

0 commit comments

Comments
 (0)