Update Rust crate lazy_static to 1.5.0

This commit is contained in:
2025-04-02 00:30:35 +00:00
parent 0a8f441ecb
commit 7eda653490

@ -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"