From 2fd829a7cbd30aa4ee2948fc0a46af4d8dcf972b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:25:56 +0000 Subject: [PATCH] build(deps): bump actix-files from 0.6.5 to 0.6.8 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.5 to 0.6.8. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.8/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.5...v0.6.8) --- updated-dependencies: - dependency-name: actix-files dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbc1da5..7570f31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.5" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212" +checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341" dependencies = [ "actix-http", "actix-service", @@ -31,7 +31,7 @@ dependencies = [ "actix-web", "bitflags 2.4.0", "bytes", - "derive_more 0.99.17", + "derive_more 2.0.1", "futures-core", "http-range", "log", diff --git a/Cargo.toml b/Cargo.toml index 5a031d6..8d89d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" clap = { version = "4.5.1", features = ["derive"] } anyhow = { version = "1.0.100", features = ["backtrace"] } actix-server = "2.3.0" -actix-files = "0.6.5" +actix-files = "0.6.9" actix-web = "4" actix-session = { version = "0.11.0", features = ["cookie-session"] } tokio = { version = "1.38.2", features = ["rt", "rt-multi-thread", "macros", "fs"] }