summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-06-08 17:59:20 -0600
committerColin Reeder <colin@vpzom.click>2020-06-08 17:59:20 -0600
commit9be2b80041d73df2dbab2b8a050d491a09bf54ba (patch)
tree9c52e8156893e3756d490664d329b11c69d65a7d /Cargo.toml
parentdd652b5f3a38afbce9d698a7f904a12cd347c449 (diff)
Handle text posts
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0dee48d..3a75cb6 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 = "4c6e8c1" }
+render = { git = "https://github.com/vpzomtrrfrt/render.rs", rev = "0604925" }
trout = "0.1.1"
hyper = "0.13.6"
hyper-tls = "0.4.1"