From 6acb6025c241a9cd36ecd13dbcd64276e08d152c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 00:30:40 +0000 Subject: [PATCH] Update Rust crate include_dir to 0.7.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb9cb7a..092a753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ actix-web = "4.10.2" actix-session = { version = "0.10.1", features = ["cookie-session"] } actix-remote-ip = "0.1.0" clap = { version = "4.5.34", features = ["derive", "env"] } -include_dir = "0.7.3" +include_dir = "0.7.4" log = "0.4.27" serde_json = "1.0.128" serde_yaml = "0.9.34"