Skip to content

chore(deps): bump axum-core from 0.2.9 to 0.3.4#129

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2023

Bumps axum-core from 0.2.9 to 0.3.4.

Release notes

Sourced from axum-core's releases.

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)

#1809: tokio-rs/axum#1809

axum-core - v0.3.2

  • added: Implement IntoResponse for &'static [u8; N] and [u8; N] (#1690)

#1690: tokio-rs/axum#1690

axum-core - v0.3.1

  • added: Add body_text and status methods to built-in rejections (#1612)

axum-core - v0.3.0

  • added: Added new FromRequestParts trait. See axum's changelog for more details (#1272)
  • breaking: FromRequest has been reworked and RequestParts has been removed. See axum's changelog for more details (#1272)
  • breaking: BodyAlreadyExtracted has been removed (#1272)
  • breaking: AppendHeaders now works on any impl IntoIterator (#1495)

#1272: tokio-rs/axum#1272 #1495: tokio-rs/axum#1495

axum-core - v0.3.0-rc.3

  • added: Add DefaultBodyLimit::max for changing the default body limit (#1397)
  • added: Add Error::into_inner for converting Error to BoxError without allocating (#1476)
  • breaking: AppendHeaders now works on any impl IntoIterator (#1495)

#1397: tokio-rs/axum#1397 #1476: tokio-rs/axum#1476 #1495: tokio-rs/axum#1495

axum-core - v0.3.0.rc.2

  • breaking: Added default limit to how much data Bytes::from_request will consume. Previously it would attempt to consume the entire request body without checking its length. This meant if a malicious peer sent an large (or infinite) request body your server might run out of memory and crash.

    The default limit is at 2 MB and can be disabled by adding the new DefaultBodyLimit::disable() middleware. See its documentation for more details.

    This also applies to String which used Bytes::from_request internally.

    (#1346)

... (truncated)

Commits

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 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-core](https://github.com/tokio-rs/axum) from 0.2.9 to 0.3.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.3.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 Apr 17, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 4, 2023

Superseded by #182.

@dependabot dependabot Bot closed this Dec 4, 2023
@dependabot dependabot Bot deleted the dependabot/cargo/axum-core-0.3.4 branch December 4, 2023 00:50
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