Bump axum_typed_multipart from 0.11.2 to 0.16.2 in /backend

Bumps [axum_typed_multipart](https://github.com/murar8/axum_typed_multipart) from 0.11.2 to 0.16.2.
- [Release notes](https://github.com/murar8/axum_typed_multipart/releases)
- [Commits](https://github.com/murar8/axum_typed_multipart/compare/0.11.2...0.16.2)

---
updated-dependencies:
- dependency-name: axum_typed_multipart
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-08 20:41:31 +00:00 committed by GitHub
commit db3ae5015d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 307 additions and 23 deletions

View file

@ -18,7 +18,7 @@ log = { version = "0.4.27" }
anyhow = { version = "1.0.98", features = ["backtrace"] }
axum = { version = "0.7.4", features = ["ws", "macros", "tracing", "multipart"]}
axum-extra = { version = "0.9.6", features = ["typed-header"] }
axum_typed_multipart = "0.11.0"
axum_typed_multipart = "0.16.2"
tower-http = { version = "0.6.1", features = ["cors", "trace", "limit", "timeout"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"]}