Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump axum from 0.4.5 to 0.4.6 #121

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2022

Bumps axum from 0.4.5 to 0.4.6.

Release notes

Sourced from axum's releases.

v0.4.6

  • added: middleware::from_fn for creating middleware from async functions. This previously lived in axum-extra but has been moved to axum (#719)
  • fixed: Set Allow header when responding with 405 Method Not Allowed (#733)

#719: tokio-rs/axum#719 #733: tokio-rs/axum#733

Commits
  • 4b0b4c8 axum: Version 0.4.6 (#780)
  • 263e58e axum-core: Version 0.1.2
  • 9c47131 Make module name consistent with tower
  • 8c6c736 Allow duplicate tokio-util dependency for now
  • 25bb9ac fully remove the axum-debug directory
  • 943f6ba don't list empty default feature, its a noop
  • 26a4a7b fix typo in the docs (#774)
  • c298c36 Type safe routing (#756)
  • 00553a3 Remove axum-debug code (#740)
  • 5e9bed4 Support opt-out of extra derived traits for rejections for `#[derive(FromRequ...
  • Additional commits viewable in compare view

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.4.5 to 0.4.6.
- [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.4.5...axum-v0.4.6)

---
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 Feb 22, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #121 (ab8bf26) into main (7fecba2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   38.46%   38.46%           
=======================================
  Files          76       76           
  Lines        5195     5195           
=======================================
  Hits         1998     1998           
  Misses       3197     3197           

@KaoImin KaoImin merged commit d812048 into main Feb 23, 2022
@KaoImin KaoImin deleted the dependabot/cargo/axum-0.4.6 branch February 23, 2022 03:01
This pull request was closed.
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.

2 participants