Skip to content

Commit

Permalink
Update axum-core requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [axum-core](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-core-v0.4.0...axum-core-v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 704f8f1 commit 1750f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askama_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"

[dependencies]
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-axum"] }
axum-core = "0.4"
axum-core = "0.5"
http = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 1750f7f

Please sign in to comment.