From 1a9f224779b2fcf3e28f34e556030afc02bb79e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:59:01 +0000 Subject: [PATCH] build(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 | 10 +++++----- lib/collection/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c0fc04f45c..4f9a5e8411a 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", @@ -1252,7 +1252,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -3620,7 +3620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.0", + "windows-targets 0.52.6", ] [[package]] @@ -7067,7 +7067,7 @@ dependencies = [ "getrandom 0.3.0", "once_cell", "rustix 1.0.2", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] diff --git a/lib/collection/Cargo.toml b/lib/collection/Cargo.toml index 67feab64fe7..100f03904a3 100644 --- a/lib/collection/Cargo.toml +++ b/lib/collection/Cargo.toml @@ -68,7 +68,7 @@ validator = { workspace = true } http = { workspace = true } actix-web-validator = "7.0.0" actix-web = { version = "4.12.1" } -actix-files = "0.6.9" +actix-files = "0.6.10" common = { path = "../common/common" } cancel = { path = "../common/cancel" }