From 1fbf518b8aed9056d545e401aa16302e7523135c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Sep 2025 00:39:31 +0000 Subject: [PATCH] Update Rust crate actix-files to 0.6.8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21504ce..aa30165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22c8b5536deb14cd9c3e505bd0e3366e1a12383b659c92f2b4fa4d323d583599" +checksum = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index e27cc95..024b658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "GPL-3.0-only" [dependencies] clap = { version = "4.5.47", features = ["derive", "env"] } actix-web = "4.11.0" -actix-files = "0.6.7" +actix-files = "0.6.8" actix-multipart = "0.7.2" env_logger = "0.11.8" log = "0.4.28" -- 2.49.1