Skip to content

chore(deps): bump axum-core from 0.2.9 to 0.4.4#235

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/axum-core-0.4.4
Closed

chore(deps): bump axum-core from 0.2.9 to 0.4.4#235
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/axum-core-0.4.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 23, 2024

Bumps axum-core from 0.2.9 to 0.4.4.

Release notes

Sourced from axum-core's releases.

axum-core - v0.4.4

  • added: Derive Clone and Copy for AppendHeaders (#2776)
  • added: must_use attribute on AppendHeaders (#2846)
  • added: must_use attribute on ErrorResponse (#2846)
  • added: must_use attribute on IntoResponse::into_response (#2846)
  • added: must_use attribute on IntoResponseParts trait methods (#2846)
  • added: Implement Copy for DefaultBodyLimit (#2875)
  • added: DefaultBodyLimit::max and DefaultBodyLimit::disable are now allowed in const context (#2875)

#2776: tokio-rs/axum#2776 #2846: tokio-rs/axum#2846 #2875: tokio-rs/axum#2875

axum-core - v0.4.3

  • added: Implement IntoResponseParts for () (#2471)

#2471: tokio-rs/axum#2471

axum-core - v0.4.2

  • added: Body implements From<()> now (#2411)

#2411: tokio-rs/axum#2411

axum-core - v0.4.1

  • Fix from_stream doc link to Stream in docs (#2391)

#2391: tokio-rs/axum#2391

axum-core - v0.4.0

  • added: Implement IntoResponse for (R,) where R: IntoResponse (#2143)
  • fixed: Fix broken docs links (#2164)
  • fixed: Clearly document applying DefaultBodyLimit to individual routes (#2157)
  • breaking: The following types/traits are no longer generic over the request body (i.e. the B type param has been removed) (#1751 and #1789):
    • FromRequestParts
    • FromRequest
    • RequestExt
  • breaking: axum no longer re-exports hyper::Body as that type is removed in hyper 1.0. Instead axum has its own body type at axum_core::body::Body (#1751)

#2143: tokio-rs/axum#2143 #2164: tokio-rs/axum#2164 #2157: tokio-rs/axum#2157

axum-core - v0.3.4

  • Changes to private APIs.

axum-core - v0.3.3

  • fixed: Add #[must_use] attributes to types that do nothing unless used (#1809)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [axum-core](https://github.com/tokio-rs/axum) from 0.2.9 to 0.4.4.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-core-v0.2.9...axum-core-v0.4.4)

---
updated-dependencies:
- dependency-name: axum-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 30, 2024

Superseded by #236.

@dependabot dependabot Bot closed this Sep 30, 2024
@dependabot dependabot Bot deleted the dependabot/cargo/axum-core-0.4.4 branch September 30, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants