From db3627ef9dc2a032489f200a54f25d6291992c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:57:01 +0000 Subject: [PATCH] Bump actix-files from 0.6.7 to 0.6.8 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.7 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.7...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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83b0f7d..5bdf1ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22c8b5536deb14cd9c3e505bd0e3366e1a12383b659c92f2b4fa4d323d583599" +checksum = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index faaf3af..e870ad5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] tokio = { version = "1.47.1", features = ["full"] } -actix-files = "0.6.6" +actix-files = "0.6.8" actix-web = "4.11.0" clap = { version = "4.5.43", features = ["derive"] } serde_json = "1.0.142"