summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagtodo/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-10-12 19:29:09 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-10-12 22:12:27 +0200
commit663242db7e57fa7bcf984732be70f00988b28e22 (patch)
treebca9375f51db2411dd4694cebe31d6ed837386e7 /lib/domain/libimagtodo/Cargo.toml
parent3ed9c1fcc8d78806d2ad168f64b8c71f401fbf29 (diff)
Update dependency: error-chain: 0.10 -> 0.11
Diffstat (limited to 'lib/domain/libimagtodo/Cargo.toml')
-rw-r--r--lib/domain/libimagtodo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml
index 6d33b4be..acf3e64e 100644
--- a/lib/domain/libimagtodo/Cargo.toml
+++ b/lib/domain/libimagtodo/Cargo.toml
@@ -20,7 +20,7 @@ toml = "0.4"
toml-query = "^0.3.1"
log = "0.3"
serde_json = "1"
-error-chain = "0.10"
+error-chain = "0.11"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }