Skip to content

Commit

Permalink
Update axum requirement from 0.7.1 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 6, 2025
1 parent a4ba924 commit 7348103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springtime-web-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default = ["derive"]
derive = ["springtime-web-axum-derive"]

[dependencies]
axum = "0.7.1"
axum = "0.8.1"
config = "0.15.4"
downcast = "0.11.0"
futures = "0.3.29"
Expand Down

0 comments on commit 7348103

Please sign in to comment.