Skip to content

Commit

Permalink
Bump actix-multipart from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 76df3d5.
  • Loading branch information
dependabot[bot] authored Jan 25, 2023
1 parent 812a56e commit 83cd74d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
28 changes: 6 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion create-rust-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ base64 = { optional=true, version="0.21.0" }
poem = { optional=true, version="1.3.52", features=["anyhow", "cookie", "static-files"] }

# actix_web dependencies
actix-multipart = { optional=true, version="0.4.0" }
actix-multipart = { optional=true, version="0.5.0" }
actix-files = { optional=true, version="0.6.2" }
actix-http = { optional=true, version="3.0.4" }
actix-web = { optional=true, version="4.2.1" }
Expand Down

0 comments on commit 83cd74d

Please sign in to comment.