Update Rust crate lazy_static to 1.5.0 #9

Merged
renovate merged 1 commits from renovate/lazy_static-1.x into master 2025-04-06 00:33:21 +00:00
Showing only changes of commit c4a1646702 - Show all commits

View File

@ -10,7 +10,7 @@ clap = { version = "4.5.35", features = ["derive", "env"] }
tar = "0.4.38" tar = "0.4.38"
actix-web = "4.10.2" actix-web = "4.10.2"
actix = "0.13.5" actix = "0.13.5"
lazy_static = "1.4.0" lazy_static = "1.5.0"
log = "0.4.17" log = "0.4.17"
env_logger = "0.11.8" env_logger = "0.11.8"
actix-web-httpauth = "0.8.2" actix-web-httpauth = "0.8.2"