From 746325b9ee0a9a4f5b50475cc6637a591ca4128b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:06:43 +0000 Subject: [PATCH] chore(deps): bump actix-files from 0.6.9 to 0.6.10 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.9 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.9...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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed1d8aecc..cc8014f4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,9 +36,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341" +checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 3566333b2..56392f9ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ resolver = "2" [workspace.dependencies] actix-cors = "0.7.1" -actix-files = "0.6.9" +actix-files = "0.6.10" actix-web = "4.12.1" aes-gcm = "0.10.3" ahash = { version = "0.8.12", features = ["serde"] }