From e3d8fe875cec436f59e996663e27ae3b549e0037 Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Tue, 11 Jul 2017 09:25:02 +0200
Subject: [PATCH] Update version_check to 0.1.3 (#394)

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 8c0fd7fa..02ff29a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ tokio-signal = "0.1"
 [build-dependencies]
 peg = "0.5"
 ansi_term = "0.9"
-version_check = "0.1"
+version_check = "0.1.3"
 
 [profile.release]
 debug = true
-- 
GitLab