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 Feb 15, 2023
1 parent 230223b commit f70fd15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
22 changes: 3 additions & 19 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 @@ -74,7 +74,7 @@ utoipa-swagger-ui = { optional=true, version="3", features=["actix-web"]}
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 f70fd15

Please sign in to comment.