about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-05-18T19·43+0200
committerVincent Ambo <tazjin@gmail.com>2018-05-18T19·43+0200
commit5371e1dcd5baa33b3ede5d98191027c63b58aa91 (patch)
tree45d909c8596aa02427f0ebaf196a9f28f4960260 /Cargo.toml
parent831f5c5abdfabb3cbdbca7a3b24c106c4e642f92 (diff)
chore(build): Bump dependencies & pin pq-sys
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index de71231ca0..22714c824a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ comrak = "0.2"
 md5 = "0.3.7"
 tokio = "0.1"
 tokio-timer = "0.2"
+pq-sys = "=0.4.4"
 
 [build-dependencies]
 pulldown-cmark = "0.1"