From 87bcaba7895d48093394df661b41f2362a5fd9d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:25:07 +0000 Subject: [PATCH] Update Rust crate lazy_static to 1.5.0 --- remote_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_backend/Cargo.toml b/remote_backend/Cargo.toml index 8b189af..c9ece28 100644 --- a/remote_backend/Cargo.toml +++ b/remote_backend/Cargo.toml @@ -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.97" reqwest = { version = "0.12.15", features = ["json"] } thiserror = "2.0.3"