aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askama_gotham/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"