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

This commit is contained in:
2025-05-13 00:16:43 +00:00
parent cbd3c6d948
commit a4bceaaf1f
2 changed files with 13 additions and 13 deletions

View File

@ -6,6 +6,6 @@ edition = "2024"
[dependencies]
log = "0.4.27"
env_logger = "0.11.8"
actix-web = "4.10.2"
actix-web = "4.11.0"
rand = "0.9.1"
clap = { version = "4.5.38", features = ["derive"] }