From 2743eb8ea4c65912b6fb1e7314fe77fb535dd0ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Nov 2025 00:21:14 +0000 Subject: [PATCH] Update Rust crate actix-files to 0.6.9 --- 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 1679d0d..e63b548 100644 --- a/virtweb_backend/Cargo.lock +++ b/virtweb_backend/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576" +checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341" dependencies = [ "actix-http", "actix-service", diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index b1111dd..d012e3e 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.8" +actix-files = "0.6.9" actix-ws = "0.3.0" actix-http = "3.11.2" serde = { version = "1.0.219", features = ["derive"] }