summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-07-19 21:30:56 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-07-20 01:30:44 +0200
commitc47f13c4c508e2620de38ae1a479466285fc0085 (patch)
treefe1d67a6ba307fe921bcb355da578f892794b1f1
parent729a2cdb2bd9f18a306eeb10017dddfa5acc9f9f (diff)
Update dependency error-chain: 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"