Bump axum_typed_multipart from 0.11.2 to 0.16.4 in /sync-server #117

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/sync-server/axum_typed_multipart-0.16.4 into main
dependabot[bot] commented 2025-09-03 05:19:14 +01:00 (Migrated from github.com)

Bumps axum_typed_multipart from 0.11.2 to 0.16.4.

Release notes

Sourced from axum_typed_multipart's releases.

0.16.4

What's Changed

Full Changelog: https://github.com/murar8/axum_typed_multipart/compare/0.16.3...0.16.4

0.16.3

What's Changed

Full Changelog: https://github.com/murar8/axum_typed_multipart/compare/0.16.2...0.16.3

0.16.2

What's Changed

Full Changelog: https://github.com/murar8/axum_typed_multipart/compare/0.16.0...0.16.2

0.16.0

What's Changed

Full Changelog: https://github.com/murar8/axum_typed_multipart/compare/0.15.1...0.16.0

0.15.1

What's Changed

Full Changelog: https://github.com/murar8/axum_typed_multipart/compare/0.14.0...0.15.1

0.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/murar8/axum_typed_multipart/compare/0.13.2...0.14.0

0.13.2

... (truncated)

Commits
  • 522954d chore: clean up docs
  • d3b98d3 chore: update pre-commit hooks
  • 890012f feat(#106): add state support to multipart extraction (#109)
  • 7d85e89 build(deps): bump actions/checkout from 4 to 5 (#111)
  • 3ad1420 chore: reformat code
  • 066acc2 #107: improve bool parsing
  • 4ccac70 fix(#104): assign defaults after required field checks
  • f7f0a31 feat: remove default size limits
  • 2e251d7 chore(deps): remove default axum features
  • 9c663b8 build(deps): update utoipa-rapidoc requirement from 5.0.1 to 6.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [axum_typed_multipart](https://github.com/murar8/axum_typed_multipart) from 0.11.2 to 0.16.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/murar8/axum_typed_multipart/releases">axum_typed_multipart's releases</a>.</em></p> <blockquote> <h2>0.16.4</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/111">murar8/axum_typed_multipart#111</a></li> <li>feat(<a href="https://redirect.github.com/murar8/axum_typed_multipart/issues/106">#106</a>)!: add state support to multipart extraction by <a href="https://github.com/murar8"><code>@​murar8</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/109">murar8/axum_typed_multipart#109</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/murar8/axum_typed_multipart/compare/0.16.3...0.16.4">https://github.com/murar8/axum_typed_multipart/compare/0.16.3...0.16.4</a></p> <h2>0.16.3</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/murar8/axum_typed_multipart/issues/107">#107</a>: improve bool parsing by <a href="https://github.com/murar8"><code>@​murar8</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/108">murar8/axum_typed_multipart#108</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/murar8/axum_typed_multipart/compare/0.16.2...0.16.3">https://github.com/murar8/axum_typed_multipart/compare/0.16.2...0.16.3</a></p> <h2>0.16.2</h2> <h2>What's Changed</h2> <ul> <li>fix(<a href="https://redirect.github.com/murar8/axum_typed_multipart/issues/104">#104</a>): assign defaults after required field checks by <a href="https://github.com/murar8"><code>@​murar8</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/105">murar8/axum_typed_multipart#105</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/murar8/axum_typed_multipart/compare/0.16.0...0.16.2">https://github.com/murar8/axum_typed_multipart/compare/0.16.0...0.16.2</a></p> <h2>0.16.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps): update utoipa-rapidoc requirement from 5.0.1 to 6.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/99">murar8/axum_typed_multipart#99</a></li> <li>chore(deps): remove default axum features by <a href="https://github.com/murar8"><code>@​murar8</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/102">murar8/axum_typed_multipart#102</a></li> <li>feat: remove default size limits by <a href="https://github.com/murar8"><code>@​murar8</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/103">murar8/axum_typed_multipart#103</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/murar8/axum_typed_multipart/compare/0.15.1...0.16.0">https://github.com/murar8/axum_typed_multipart/compare/0.15.1...0.16.0</a></p> <h2>0.15.1</h2> <h2>What's Changed</h2> <ul> <li>feat: axum 0.8 support by <a href="https://github.com/murar8"><code>@​murar8</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/98">murar8/axum_typed_multipart#98</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/murar8/axum_typed_multipart/compare/0.14.0...0.15.1">https://github.com/murar8/axum_typed_multipart/compare/0.14.0...0.15.1</a></p> <h2>0.14.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump codecov/codecov-action from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/91">murar8/axum_typed_multipart#91</a></li> <li>feat: add TryFromChunks impl for chrono_0_4::NaiveDate by <a href="https://github.com/SimonErm"><code>@​SimonErm</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/94">murar8/axum_typed_multipart#94</a></li> <li>feat: add TryFromChunks impl for rust_decimal_1::Decimal by <a href="https://github.com/SimonErm"><code>@​SimonErm</code></a> in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/93">murar8/axum_typed_multipart#93</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SimonErm"><code>@​SimonErm</code></a> made their first contribution in <a href="https://redirect.github.com/murar8/axum_typed_multipart/pull/94">murar8/axum_typed_multipart#94</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/murar8/axum_typed_multipart/compare/0.13.2...0.14.0">https://github.com/murar8/axum_typed_multipart/compare/0.13.2...0.14.0</a></p> <h2>0.13.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/522954dbb5f18ba278053e8fdb1a5d92448d00fd"><code>522954d</code></a> chore: clean up docs</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/d3b98d3c9c9a076eab5da4eb233b8f377f2d9901"><code>d3b98d3</code></a> chore: update pre-commit hooks</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/890012f87cc4496f98c692c2f4e77a5a353c2c47"><code>890012f</code></a> feat(<a href="https://redirect.github.com/murar8/axum_typed_multipart/issues/106">#106</a>): add state support to multipart extraction (<a href="https://redirect.github.com/murar8/axum_typed_multipart/issues/109">#109</a>)</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/7d85e892a5f900350405fd62cce3c4c2ac27e9a1"><code>7d85e89</code></a> build(deps): bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/murar8/axum_typed_multipart/issues/111">#111</a>)</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/3ad14208b6a97cf1bfbe574265169706ce1251ef"><code>3ad1420</code></a> chore: reformat code</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/066acc29706712b3a4ff1ce3dcb37a1af6205092"><code>066acc2</code></a> <a href="https://redirect.github.com/murar8/axum_typed_multipart/issues/107">#107</a>: improve bool parsing</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/4ccac705cfa92b5ab0bec83fd1fc1ae71f852ea9"><code>4ccac70</code></a> fix(<a href="https://redirect.github.com/murar8/axum_typed_multipart/issues/104">#104</a>): assign defaults after required field checks</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/f7f0a3135044096e9614c40df8bdb3bf813e290e"><code>f7f0a31</code></a> feat: remove default size limits</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/2e251d7d9b6f48d676572e1bfa39c91776e6aeed"><code>2e251d7</code></a> chore(deps): remove default axum features</li> <li><a href="https://github.com/murar8/axum_typed_multipart/commit/9c663b8956551d19f00f9ca4b9e62c996e68cbe2"><code>9c663b8</code></a> build(deps): update utoipa-rapidoc requirement from 5.0.1 to 6.0.0</li> <li>Additional commits viewable in <a href="https://github.com/murar8/axum_typed_multipart/compare/0.11.2...0.16.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axum_typed_multipart&package-manager=cargo&previous-version=0.11.2&new-version=0.16.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 2025-10-26 11:03:18 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.