From c4a164670244c8b11e140d57126ad4b247723ef1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Apr 2025 00:33:12 +0000 Subject: [PATCH] Update Rust crate lazy_static to 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c31b16..f2e464a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.5.35", features = ["derive", "env"] } tar = "0.4.38" actix-web = "4.10.2" actix = "0.13.5" -lazy_static = "1.4.0" +lazy_static = "1.5.0" log = "0.4.17" env_logger = "0.11.8" actix-web-httpauth = "0.8.2"