From db6171c41f2adbca56cbc8136c39d8ae73e37697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:02:51 +0000 Subject: [PATCH] Bump actix-files from 0.6.8 to 0.6.9 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.8 to 0.6.9. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.9/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.8...v0.6.9) --- updated-dependencies: - dependency-name: actix-files dependency-version: 0.6.9 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a2f71ad..69ff76e 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 89d0ab2..0e026ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" [dependencies] actix-rt = "=2.11.0" actix-web = "=4.11.0" -actix-files = "=0.6.8" +actix-files = "=0.6.9" actix-identity = "=0.9.0" actix-session = { version = "=0.11.0", features = ["cookie-session"] } http = "=1.3.1"