1 Commits

Author SHA1 Message Date
98a8c79987 Update Rust crate bcrypt to 0.19.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-05 00:15:30 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -576,13 +576,13 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]] [[package]]
name = "bcrypt" name = "bcrypt"
version = "0.18.0" version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a0f5948f30df5f43ac29d310b7476793be97c50787e6ef4a63d960a0d0be827" checksum = "523ab528ce3a7ada6597f8ccf5bd8d85ebe26d5edf311cad4d1d3cfb2d357ac6"
dependencies = [ dependencies = [
"base64", "base64",
"blowfish", "blowfish",
"getrandom 0.3.2", "getrandom 0.4.1",
"subtle", "subtle",
"zeroize", "zeroize",
] ]

View File

@@ -25,7 +25,7 @@ mailchecker = "6.0.19"
redis = "0.32.7" redis = "0.32.7"
lettre = "0.11.19" lettre = "0.11.19"
rand = "0.10.0" rand = "0.10.0"
bcrypt = "0.18.0" bcrypt = "0.19.0"
light-openid = "1.1.0" light-openid = "1.1.0"
thiserror = "2.0.18" thiserror = "2.0.18"
serde_with = "3.14.0" serde_with = "3.14.0"