From d7e4db8f4de643fc1e9fd85aba6712980930f30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:58:22 +0000 Subject: [PATCH] build(deps): bump actix-files from 0.6.6 to 0.6.10 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.6 to 0.6.10. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.10/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.6...v0.6.10) --- updated-dependencies: - dependency-name: actix-files dependency-version: 0.6.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9e7786..7cbb592 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.6" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be" +checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" dependencies = [ "actix-http", "actix-service", @@ -31,7 +31,7 @@ dependencies = [ "actix-web", "bitflags", "bytes", - "derive_more 0.99.20", + "derive_more 2.0.1", "futures-core", "http-range", "log", diff --git a/src/server/Cargo.toml b/src/server/Cargo.toml index 71669fc..9aaa302 100644 --- a/src/server/Cargo.toml +++ b/src/server/Cargo.toml @@ -31,7 +31,7 @@ diesel_migrations = { version = "2.2.0", features = ["sqlite"] } actix-web = "4.11.0" actix-multipart = "0.7.2" actix-ws = "0.3.0" -actix-files = "0.6.6" +actix-files = "0.6.10" [dev-dependencies] serial_test = "3.1.1"