summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-07-05 23:16:48 -0600
committerColin Reeder <colin@vpzom.click>2020-07-05 23:16:48 -0600
commit829a62653ef0f2505960b959a970deecedd63f4c (patch)
tree96bb488adb5f1071e13159020fef2c2a4a880415 /Cargo.toml
parent54bf2bd1734b99e64d9aeeace89a711a7bb03224 (diff)
Introduce error banners for some forms
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7360a5f..8f89c6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-render = { git = "https://github.com/vpzomtrrfrt/render.rs", rev = "0604925" }
+render = { git = "https://github.com/vpzomtrrfrt/render.rs", rev = "d996c5d" }
trout = "0.2.0"
hyper = "0.13.6"
hyper-tls = "0.4.1"
@@ -21,3 +21,4 @@ fallible-iterator = "0.2.0"
ginger = "0.1.0"
ammonia = "3.1.0"
urlencoding = "1.1.1"
+http = "0.2.1"