diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-09-07 09:21:56 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-09-07 09:28:56 +0200 |
commit | e6ee8fe31fb687d971e280ec8933fd265c695696 (patch) | |
tree | 45585c6642b8a849cab025aa02fd3e02007a3a1e /askama_gotham | |
parent | 64a5029c647e37f406c47c365d83d110136be7ca (diff) | |
download | askama-e6ee8fe31fb687d971e280ec8933fd265c695696.tar.gz askama-e6ee8fe31fb687d971e280ec8933fd265c695696.tar.bz2 askama-e6ee8fe31fb687d971e280ec8933fd265c695696.zip |
Upgrade to gotham 0.5
Diffstat (limited to 'askama_gotham')
-rw-r--r-- | askama_gotham/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |