summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-06-16 20:43:10 -0600
committerColin Reeder <colin@vpzom.click>2020-06-16 20:43:10 -0600
commit11df82f9f9b0caec879b137901b6f4b3556e8c98 (patch)
tree4ebc00c9867f49744e816cd3af714f42f4af2e31 /Cargo.toml
parentd502022425d811b2df51928fadac51d5e467d382 (diff)
Introduce some CSS
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 3a75cb6..de43582 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ license = "AGPL-3.0-or-later"
[dependencies]
render = { git = "https://github.com/vpzomtrrfrt/render.rs", rev = "0604925" }
-trout = "0.1.1"
+trout = "0.2.0"
hyper = "0.13.6"
hyper-tls = "0.4.1"
tokio = { version = "0.2.21", features = ["macros"] }