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

This commit is contained in:
Renovate Bot 2025-03-29 22:55:15 +00:00
parent aabec5f0b8
commit 8e2cd9824d

View File

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