Skip to content

Commit

Permalink
Update axum requirement from 0.7.5 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](tokio-rs/axum@axum-v0.7.5...axum-v0.7.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 8a58251 commit a7424fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ duration-str = "0.11.2"
quick-xml = "0.37.1"
csv = "1.2"
serde-xml-rs = "0.6"
axum = "0.7.5"
axum = "0.8.1"
hyper-staticfile = "0.10.0"
httparse = "1.8"
sha-1 = "0.10.1"
Expand Down

0 comments on commit a7424fb

Please sign in to comment.