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

This commit is contained in:
Renovate Bot 2025-04-01 02:04:30 +00:00
parent c9491936fc
commit 03c730356e

View File

@ -9,7 +9,7 @@ edition = "2024"
clap = { version = "4.0.29", features = ["derive", "env"] } clap = { version = "4.0.29", features = ["derive", "env"] }
tar = "0.4.38" tar = "0.4.38"
actix-web = "4" actix-web = "4"
actix = "0.13.0" actix = "0.13.5"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.17" log = "0.4.17"
env_logger = "0.11.7" env_logger = "0.11.7"