Update Rust crate actix-multipart to 0.7.2
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-03-29 18:13:59 +00:00
parent a763568f6e
commit 5935972a2f

View File

@ -14,7 +14,7 @@ lazy-regex = "3.3.0"
anyhow = "1.0.87" anyhow = "1.0.87"
actix-web = "4.10.2" actix-web = "4.10.2"
actix-cors = "0.7.0" actix-cors = "0.7.0"
actix-multipart = "0.7.0" actix-multipart = "0.7.2"
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
futures-util = "0.3.30" futures-util = "0.3.30"
diesel = { version = "2.2.8", features = ["postgres"] } diesel = { version = "2.2.8", features = ["postgres"] }