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

This commit is contained in:
2024-02-05 00:33:17 +00:00
parent 2f336bda49
commit 78523c52da
2 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ log = "0.4.20"
env_logger = "0.10.2"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.110"
actix-web = "4.4.1"
actix-web = "4.5.1"
actix-cors = "0.7.0"
actix = "0.13.2"
actix-web-actors = "4.1.0"