Update Rust crate actix-files to 0.6.8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-09-16 00:39:31 +00:00
parent ebd043f020
commit 1fbf518b8a
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ license = "GPL-3.0-only"
[dependencies]
clap = { version = "4.5.47", features = ["derive", "env"] }
actix-web = "4.11.0"
actix-files = "0.6.7"
actix-files = "0.6.8"
actix-multipart = "0.7.2"
env_logger = "0.11.8"
log = "0.4.28"