diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index aee905a45..229d8cff4 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -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"]