From 4e914e6ce6100b706ebc8c8367b83babe1e6f5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:58:28 +0000 Subject: [PATCH] Bump actix-files from 0.6.7 to 0.6.10 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.7 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.7...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 ++-- examples/basic_site/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fb8bce..06756e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.7" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22c8b5536deb14cd9c3e505bd0e3366e1a12383b659c92f2b4fa4d323d583599" +checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" dependencies = [ "actix-http", "actix-service", diff --git a/examples/basic_site/Cargo.toml b/examples/basic_site/Cargo.toml index e39eb80..bcd2448 100644 --- a/examples/basic_site/Cargo.toml +++ b/examples/basic_site/Cargo.toml @@ -7,7 +7,7 @@ publish = false # Prevent this example from being published [dependencies] snapfire = { path = "../../rs", features = ["devel"] } -actix-files = "0.6.7" +actix-files = "0.6.10" actix-web = "4" env_logger = "0.11" log = "^0.4"