diff options
Diffstat (limited to 'askama_gotham')
-rw-r--r-- | askama_gotham/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index efd872d..fcfc93b 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] askama = { version = "0.9.0", path = "../askama", features = ["with-gotham", "mime", "mime_guess"] } -gotham = { version = "0.3", default-features = false } +gotham = { version = "0.4", default-features = false } hyper = "0.12" [dev-dependencies] |