Bump axum_typed_multipart from 0.11.2 to 0.15.1 in /backend

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

---
updated-dependencies:
- dependency-name: axum_typed_multipart
  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-04 21:10:42 +00:00 committed by GitHub
commit 3d4a78d9f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 374 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.15.1"
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"