From 521834209beefdce1d0cba2a57d5cc8c303267ab Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 31 Mar 2022 22:35:28 +0200 Subject: Upgrade to axum-core 0.2 / axum 0.5 --- askama_axum/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_axum/Cargo.toml') diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index b972626..283fd2a 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -14,12 +14,12 @@ readme = "README.md" [dependencies] askama = { version = "0.11.0", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] } -axum-core = "0.1" +axum-core = "0.2" http = "0.2" http-body = "0.4" [dev-dependencies] -axum = { version = "0.4", default-features = false } +axum = { version = "0.5", default-features = false } hyper = { version = "0.14", features = ["full"] } tokio = { version = "1.0", features = ["full"] } tower = { version = "0.4", features = ["util"] } -- cgit