Update Rust crate lazy_static to 1.5.0

This commit is contained in:
2025-04-01 02:01:16 +00:00
parent ee00b31fd0
commit 4e782f381e

@ -38,5 +38,5 @@ url = "2.5.0"
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] } light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
bincode = "2.0.1" bincode = "2.0.1"
chrono = "0.4.40" chrono = "0.4.40"
lazy_static = "1.4.0" lazy_static = "1.5.0"
mailchecker = "6.0.8" mailchecker = "6.0.8"