Update Rust crate actix-web to 4.12.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-27 00:20:17 +00:00
parent ee5d65b75b
commit b32ef956b2
2 changed files with 7 additions and 7 deletions

View File

@@ -9,5 +9,5 @@ edition = "2024"
log = "0.4.28"
env_logger = "0.11.8"
clap = { version = "4.5.53", features = ["derive", "env"] }
actix-web = "4.12.0"
actix-web = "4.12.1"
futures = "0.3.31"