From 8ac39a06c2588f7226785be76e2c542f7be55207 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Oct 2025 00:43:03 +0000 Subject: [PATCH] Update Rust crate actix-files to 0.6.8 --- virtweb_backend/Cargo.lock | 4 ++-- virtweb_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtweb_backend/Cargo.lock b/virtweb_backend/Cargo.lock index c56a899..2fb61b2 100644 --- a/virtweb_backend/Cargo.lock +++ b/virtweb_backend/Cargo.lock @@ -61,9 +61,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/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index b3b5d7c..1c081e2 100644 --- a/virtweb_backend/Cargo.toml +++ b/virtweb_backend/Cargo.toml @@ -17,7 +17,7 @@ actix-remote-ip = "0.1.0" actix-session = { version = "0.10.1", features = ["cookie-session"] } actix-identity = "0.8.0" actix-cors = "0.7.1" -actix-files = "0.6.7" +actix-files = "0.6.8" actix-ws = "0.3.0" actix-http = "3.11.1" serde = { version = "1.0.219", features = ["derive"] }