Bump axum_typed_multipart from 0.11.2 to 0.16.0 in /backend

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

---
updated-dependencies:
- dependency-name: axum_typed_multipart
  dependency-version: 0.16.0
  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-04-21 07:17:19 +00:00 committed by GitHub
commit 5004372793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 365 additions and 18 deletions

View file

@ -19,7 +19,7 @@ anyhow = { version = "1.0.97", features = ["backtrace"] }
axum = { version = "0.7.4", features = ["ws", "macros", "tracing", "multipart"]}
axum-extra = { version = "0.9.6", features = ["typed-header"] }
aide-axum-typed-multipart = "0.13.0"
axum_typed_multipart = "0.11.0"
axum_typed_multipart = "0.16.0"
tower-http = { version = "0.6.1", features = ["cors", "trace", "limit", "timeout"] }
tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"]}
serde_yaml = "0.9.34"