Skip to content

Commit

Permalink
Build(deps): update axum requirement from 0.7.7 to 0.8.1
Browse files Browse the repository at this point in the history
Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/commits)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent 9c8f110 commit 6e07581
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
33 changes: 26 additions & 7 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 @@ -45,7 +45,7 @@ test-log = { version = "0.2.16", features = ["trace"] }
http = "1.2.0"
hyper = "1.5.2"
hyper-util = "0.1.10"
axum = "0.7.8"
axum = "0.8.1"
hyper-serve = { version = "0.6.2", features = ["tls-rustls"] }
axum-auth = "0.7"
quick-xml = { version = "0.37.2", features = ["serialize"] }
Expand Down

0 comments on commit 6e07581

Please sign in to comment.