1 Commits

Author SHA1 Message Date
6bab5c1963 Update Rust crate bcrypt to 0.18.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-22 00:26:34 +00:00
2 changed files with 6 additions and 7 deletions

View File

@@ -576,9 +576,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bcrypt"
version = "0.17.1"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abaf6da45c74385272ddf00e1ac074c7d8a6c1a1dda376902bd6a427522a8b2c"
checksum = "9a0f5948f30df5f43ac29d310b7476793be97c50787e6ef4a63d960a0d0be827"
dependencies = [
"base64",
"blowfish",
@@ -2338,16 +2338,15 @@ dependencies = [
[[package]]
name = "light-openid"
version = "1.1.0"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb1050b0078d4feced56e91058c8182c8ee7b06861004973e5f7c1ca03f6f39"
checksum = "a6a15777d080e807d5b6b3c0b5a293f7d4680d74a4c66b0cdf9db0441ea9f548"
dependencies = [
"base64",
"log",
"reqwest",
"serde",
"serde_json",
"thiserror 2.0.18",
"urlencoding",
]

View File

@@ -25,8 +25,8 @@ mailchecker = "6.0.19"
redis = "0.32.7"
lettre = "0.11.19"
rand = "0.9.2"
bcrypt = "0.17.1"
light-openid = "1.1.0"
bcrypt = "0.18.0"
light-openid = "1.0.4"
thiserror = "2.0.18"
serde_with = "3.14.0"
rust_iso3166 = "0.1.14"