Skip to content

Commit

Permalink
axum: fix up test after Axum upgrade to tower 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 27, 2024
1 parent 66169ad commit 53b4b51
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 @@ -22,7 +22,7 @@ http = "1.0"
axum = { version = "0.7", default-features = false }
http-body-util = "0.1"
tokio = { version = "1.0", features = ["macros", "rt"] }
tower = "0.4"
tower = "0.5"

[features]
default = ["askama/default"]
Expand Down

0 comments on commit 53b4b51

Please sign in to comment.