aboutsummaryrefslogtreecommitdiffstats
path: root/askama_gotham
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-03-22 08:54:31 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-03-22 09:38:02 +0100
commit495b978cea9530ca8b5610740c732ba2b9ff71dd (patch)
tree19a2ab9f1e86f2c8af4c00f79b8e079981c3ac2c /askama_gotham
parent6a230cb3586438c2ff695eb7ae64264aef2363d3 (diff)
downloadaskama-495b978cea9530ca8b5610740c732ba2b9ff71dd.tar.gz
askama-495b978cea9530ca8b5610740c732ba2b9ff71dd.tar.bz2
askama-495b978cea9530ca8b5610740c732ba2b9ff71dd.zip
askama_gotham: bump to 0.6
Diffstat (limited to 'askama_gotham')
-rw-r--r--askama_gotham/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml
index 6365f2e..6a6075d 100644
--- a/askama_gotham/Cargo.toml
+++ b/askama_gotham/Cargo.toml
@@ -15,8 +15,8 @@ edition = "2018"
[dependencies]
askama = { version = "0.10", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] }
-gotham = { version = "0.5", default-features = false }
-hyper = "0.13"
+gotham = { version = "0.6", default-features = false }
+hyper = "0.14.4"
[dev-dependencies]
mime = "0.3"