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

This commit is contained in:
2024-07-07 00:21:18 +00:00
committed by Pierre HUBERT
parent 00c38523ac
commit 8257627487
2 changed files with 5 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ lazy-regex = "3.1.0"
anyhow = "1.0.83"
actix-web = "4.5.1"
actix-cors = "0.7.0"
actix-multipart = "0.6.1"
actix-multipart = "0.7.0"
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
diesel = { version = "2.1.6", features = ["postgres"] }