Update Rust crate actix-multipart to 0.6.1
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-30 00:26:46 +00:00
parent 2433b21888
commit cc0b6a2547
2 changed files with 11 additions and 46 deletions

View File

@ -13,7 +13,7 @@ lazy_static = "1.4.0"
anyhow = "1.0.75"
actix-web = "4.3.1"
actix-cors = "0.6.4"
actix-multipart = "0.6.0"
actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0"
futures-util = "0.3.28"
diesel = { version = "2.0.4", features = ["postgres"] }