Bump axum_typed_multipart from 0.11.2 to 0.16.4 in /sync-server

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

---
updated-dependencies:
- dependency-name: axum_typed_multipart
  dependency-version: 0.16.4
  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-09-03 04:19:13 +00:00 committed by GitHub
commit 1b588f1871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 307 additions and 23 deletions

View file

@ -16,7 +16,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.4"
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"]}