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:
parent
acdacf655d
commit
1b588f1871
2 changed files with 307 additions and 23 deletions
|
|
@ -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"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue