Skip to content

Commit

Permalink
chore(deps): bump actix-multipart from 0.6.2 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [actix-multipart](https://github.com/actix/actix-web) from 0.6.2 to 0.7.2.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.7.2/CHANGES.md)
- [Commits](actix/actix-web@v0.6.2...v0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 4d1b053 commit ef1092c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shuttle = ["dep:shuttle-actix-web", "dep:shuttle-runtime", "dep:tokio"]
[dependencies]
actix-web = { version = "4.8.0" }
actix-web-grants = { version = "4.1.1" }
actix-multipart = "0.6.2"
actix-multipart = "0.7.2"
actix-files = "0.6.6"
shuttle-actix-web = { version = "0.47.0", optional = true }
shuttle-runtime = { version = "0.47.0", optional = true }
Expand Down

0 comments on commit ef1092c

Please sign in to comment.