Update Rust crate lazy_static to 1.5.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2025-03-29 23:01:42 +00:00
parent 97f65931c8
commit 92e9506f47

View File

@ -17,7 +17,7 @@ actix-remote-ip = "0.1.0"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-identity = "0.8.0"
actix-cors = "0.7.1"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
anyhow = "1.0.93"
reqwest = { version = "0.12.15", features = ["json"] }
thiserror = "2.0.3"