From 36e9d31f6612262d8df29505779e7fe9612b7273 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 15 Nov 2021 09:51:50 +0100 Subject: askama_gotham: upgrade to gotham 0.7 --- askama_gotham/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'askama_gotham') diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index 3fbca45..c812db3 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/Cargo.toml @@ -15,8 +15,9 @@ edition = "2018" [dependencies] askama = { version = "0.11.0-beta.1", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] } -gotham = { version = "0.6", default-features = false } +gotham = { version = "0.7", default-features = false } hyper = "0.14.4" [dev-dependencies] +gotham = { version = "0.7", features = ["testing"] } mime = "0.3" -- cgit