Update Rust crate actix-web to 4.12.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-11-17 00:09:04 +00:00
parent e30b942e03
commit ee3f26ea4b
2 changed files with 110 additions and 20 deletions

View File

@@ -6,6 +6,6 @@ edition = "2024"
[dependencies]
log = "0.4.28"
env_logger = "0.11.8"
actix-web = "4.11.0"
actix-web = "4.12.0"
rand = "0.9.2"
clap = { version = "4.5.51", features = ["derive"] }