aboutsummaryrefslogtreecommitdiffstats
path: root/askama_gotham/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'askama_gotham/Cargo.toml')
-rw-r--r--askama_gotham/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml
index 2f42be8..2d36ea1 100644
--- a/askama_gotham/Cargo.toml
+++ b/askama_gotham/Cargo.toml
@@ -15,8 +15,8 @@ edition = "2018"
[dependencies]
askama = { version = "0.11.0", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] }
gotham = { version = "0.7", default-features = false }
-hyper = "0.14.4"
[dev-dependencies]
gotham = { version = "0.7", features = ["testing"] }
+hyper = "0.14"
mime = "0.3"