summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-07-20 01:50:22 +0200
committerGitHub <noreply@github.com>2018-07-20 01:50:22 +0200
commit405605cf4feb88bcc8a8186cae99f458e19ea4f3 (patch)
treefe1d67a6ba307fe921bcb355da578f892794b1f1
parent729a2cdb2bd9f18a306eeb10017dddfa5acc9f9f (diff)
parentc47f13c4c508e2620de38ae1a479466285fc0085 (diff)
Merge pull request #28 from matthiasbeyer/dependency-update
Update dependency error-chan: 0.11 -> 0.12
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1e8adae..78e4d68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/kairos"
[dependencies]
chrono = "0.4"
-error-chain = "0.11"
+error-chain = "0.12"
nom = "3.2"
iso8601 = "0.2"