From 4e2dd38f228bff5a47e353bf53ecf6aec5b482e3 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 27 Sep 2024 22:17:10 +0200 Subject: [PATCH] axum: fix up test after Axum upgrade to tower 0.5 --- askama_axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]