diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 229d8cff..94def73b 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -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]