From e6ee8fe31fb687d971e280ec8933fd265c695696 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 7 Sep 2020 09:21:56 +0200 Subject: Upgrade to gotham 0.5 --- askama_gotham/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_gotham/Cargo.toml') diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index 8a079f3..93c49d1 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/Cargo.toml @@ -15,8 +15,8 @@ edition = "2018" [dependencies] askama = { version = "0.10", path = "../askama", features = ["with-gotham", "mime", "mime_guess"] } -gotham = { version = "0.4", default-features = false } -hyper = "0.12" +gotham = { version = "0.5", default-features = false } +hyper = "0.13" [dev-dependencies] mime = "0.3" -- cgit