Skip to content

Commit

Permalink
Bump actix-multipart from 0.4.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [actix-multipart](https://github.com/actix/actix-web) from 0.4.0 to 0.6.0.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.0/CHANGES.md)
- [Commits](actix/actix-web@v0.4.0...v0.6.0)

---
updated-dependencies:
- dependency-name: actix-multipart
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent 201ca5e commit 71be38f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 20 deletions.
57 changes: 38 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 @@ -78,7 +78,7 @@ fang = { optional=true, version = "0.10.3" }
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.6.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 71be38f

Please sign in to comment.