Skip to content

chore(deps): bump axum from 0.5.7 to 0.5.15#29

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/axum-0.5.15
Closed

chore(deps): bump axum from 0.5.7 to 0.5.15#29
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/axum-0.5.15

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2022

Bumps axum from 0.5.7 to 0.5.15.

Release notes

Sourced from axum's releases.

axum - v0.5.15

Note: This is a re-release of 0.5.14 that fixes an accidental breaking change.

  • fixed: Don't expose internal type names in QueryRejection response. (#1171)
  • fixed: Improve performance of JSON serialization (#1178)
  • fixed: Improve build times by generating less IR (#1192)

#1171: tokio-rs/axum#1171 #1178: tokio-rs/axum#1178 #1192: tokio-rs/axum#1192

axum - v0.5.14

Yanked, as it contained an accidental breaking change.

axum - v0.5.13

  • fixed: If WebSocketUpgrade cannot upgrade the connection it will return a WebSocketUpgradeRejection::ConnectionNotUpgradable rejection (#1135)
  • changed: WebSocketUpgradeRejection has a new variant ConnectionNotUpgradable variant (#1135)

#1135: tokio-rs/axum#1135

axum - v0.5.12

  • added: Added debug_handler which is an attribute macro that improves type errors when applied to handler function. It is re-exported from axum-macros (#1144)

#1144: tokio-rs/axum#1144

axum - v0.5.11

  • added: Implement TryFrom<http:: Method> for MethodFilter and use new NoMatchingMethodFilter error in case of failure (#1130)
  • added: Document how to run extractors from middleware (#1140)

#1130: tokio-rs/axum#1130 #1140: tokio-rs/axum#1140

axum - v0.5.10

  • fixed: Make Router cheaper to clone (#1123)
  • fixed: Fix possible panic when doing trailing slash redirect (#1124)

#1123: tokio-rs/axum#1123 #1124: tokio-rs/axum#1124

axum - v0.5.9

  • fixed: Fix compile error when the headers is enabled and the form feature is disabled (#1107)

#1107: tokio-rs/axum#1107

... (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 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](https://github.com/tokio-rs/axum) from 0.5.7 to 0.5.15.
- [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-v0.5.7...axum-v0.5.15)

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

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

dependabot bot commented on behalf of github Sep 12, 2022

Superseded by #32.

@dependabot dependabot bot closed this Sep 12, 2022
@dependabot dependabot bot deleted the dependabot/cargo/axum-0.5.15 branch September 12, 2022 19:41
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