From 373f54e06e49295bd8b66ab6bd5853a6cf682bb0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Aug 2025 00:29:50 +0000 Subject: [PATCH] Update Rust crate actix-files to 0.6.7 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caa7091..7469c7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be" +checksum = "22c8b5536deb14cd9c3e505bd0e3366e1a12383b659c92f2b4fa4d323d583599" dependencies = [ "actix-http", "actix-service", @@ -31,7 +31,7 @@ dependencies = [ "actix-web", "bitflags", "bytes", - "derive_more 0.99.19", + "derive_more 2.0.1", "futures-core", "http-range", "log", diff --git a/Cargo.toml b/Cargo.toml index 3628010..d1c7ea7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "GPL-3.0-only" [dependencies] clap = { version = "4.5.46", features = ["derive", "env"] } actix-web = "4.11.0" -actix-files = "0.6.6" +actix-files = "0.6.7" actix-multipart = "0.7.2" env_logger = "0.11.8" log = "0.4.27"