From eeec6f0654f32270aec4e4a0d0f42e4ad39bc28e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 25 Aug 2022 11:39:13 +0200 Subject: Upgrade axum-core to 0.3 --- 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 cd2693f..7e63851 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -14,11 +14,11 @@ readme = "README.md" [dependencies] askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] } -axum-core = "0.2" +axum-core = "0.3" http = "0.2" [dev-dependencies] -axum = { version = "0.5", default-features = false } +axum = { version = "0.6", default-features = false } hyper = { version = "0.14", features = ["full"] } tokio = { version = "1.0", features = ["full"] } tower = { version = "0.4", features = ["util"] } -- cgit