From c0b70d23f26f2930b3a6b566f863ab9f98cf49f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:59:23 +0000 Subject: [PATCH] Bump actix-files from 0.6.8 to 0.6.10 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.8 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.8...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 ++-- gitarena/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c2fabf..5c42afc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.8" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576" +checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" dependencies = [ "actix-http", "actix-service", diff --git a/gitarena/Cargo.toml b/gitarena/Cargo.toml index e0077b3..95b890d 100644 --- a/gitarena/Cargo.toml +++ b/gitarena/Cargo.toml @@ -13,7 +13,7 @@ build = "build.rs" name = "gitarena" [dependencies] -actix-files = "0.6.0" +actix-files = "0.6.10" actix-identity = "0.4.0" actix-multipart = "0.4.0" actix-web = { version = "4.0.1", features = ["secure-cookies"] }