Skip to content

Commit

Permalink
Update axum requirement from 0.6.20 to 0.7.5
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.6.20...axum-v0.6.20)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent 2f7d9eb commit eb42b16
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 @@ -120,7 +120,7 @@ duration-str = "0.11.2"
quick-xml = "0.31.0"
csv = "1.2"
serde-xml-rs = "0.6"
axum = "0.6.20"
axum = "0.7.5"
hyper-staticfile = "0.9"
httparse = "1.8"
sha1 = "0.10"
Expand Down

0 comments on commit eb42b16

Please sign in to comment.