From 86eac26a7494cd6f2deab3a09f82402552defc45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 Nov 2025 00:17:50 +0000 Subject: [PATCH] Update Rust crate actix-files to 0.6.9 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0795994..0b51fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576" +checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index e58f526..157b59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "GPL-3.0-only" [dependencies] clap = { version = "4.5.53", features = ["derive", "env"] } actix-web = "4.12.1" -actix-files = "0.6.8" +actix-files = "0.6.9" actix-multipart = "0.7.2" env_logger = "0.11.8" log = "0.4.28" -- 2.49.1