Skip to content

Commit

Permalink
[Cargo]: Bump axum-extra from 0.8.0 to 0.9.0 (#69)
Browse files Browse the repository at this point in the history
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.8.0 to 0.9.0.
- [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-extra-v0.8.0...axum-extra-v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 56ef02d commit 63a9d52
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 25 deletions.
129 changes: 105 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "version.rs"

[dependencies]
axum = "0.6.20"
axum-extra = { version = "0.8.0", features = ["typed-routing"] }
axum-extra = { version = "0.9.0", features = ["typed-routing"] }
tower-http = { version = "0.4.4", default-features = false, features = ["trace"] }
futures = "0.3.29"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "signal"] }
Expand Down

0 comments on commit 63a9d52

Please sign in to comment.