From 0a7afee454fa954ab5bdbcf5655422ac1f5e06fb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 19 Jul 2018 20:00:54 +0200 Subject: [PATCH] Update dependency: error-chain: 0.11 -> 0.12 --- bin/core/imag-store/Cargo.toml | 2 +- lib/core/libimagerror/Cargo.toml | 2 +- lib/core/libimagrt/Cargo.toml | 2 +- lib/core/libimagstore/Cargo.toml | 2 +- lib/domain/libimagbookmark/Cargo.toml | 2 +- lib/domain/libimagcontact/Cargo.toml | 2 +- lib/domain/libimagdiary/Cargo.toml | 2 +- lib/domain/libimaghabit/Cargo.toml | 2 +- lib/domain/libimaglog/Cargo.toml | 2 +- lib/domain/libimagmail/Cargo.toml | 2 +- lib/domain/libimagnotes/Cargo.toml | 2 +- lib/domain/libimagtimetrack/Cargo.toml | 2 +- lib/domain/libimagtodo/Cargo.toml | 2 +- lib/domain/libimagwiki/Cargo.toml | 2 +- lib/entry/libimagentryannotation/Cargo.toml | 2 +- lib/entry/libimagentrycategory/Cargo.toml | 2 +- lib/entry/libimagentrydatetime/Cargo.toml | 2 +- lib/entry/libimagentryedit/Cargo.toml | 2 +- lib/entry/libimagentryfilter/Cargo.toml | 2 +- lib/entry/libimagentrygps/Cargo.toml | 2 +- lib/entry/libimagentrylink/Cargo.toml | 2 +- lib/entry/libimagentrymarkdown/Cargo.toml | 2 +- lib/entry/libimagentryref/Cargo.toml | 2 +- lib/entry/libimagentrytag/Cargo.toml | 2 +- lib/entry/libimagentryutil/Cargo.toml | 2 +- lib/entry/libimagentryview/Cargo.toml | 2 +- lib/etc/libimaginteraction/Cargo.toml | 2 +- lib/etc/libimagnotification/Cargo.toml | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/bin/core/imag-store/Cargo.toml b/bin/core/imag-store/Cargo.toml index 8a16ad27..ebc7ee50 100644 --- a/bin/core/imag-store/Cargo.toml +++ b/bin/core/imag-store/Cargo.toml @@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.0" toml = "0.4" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore", features = ["verify"] } libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" } diff --git a/lib/core/libimagerror/Cargo.toml b/lib/core/libimagerror/Cargo.toml index aaa92104..fe4550ac 100644 --- a/lib/core/libimagerror/Cargo.toml +++ b/lib/core/libimagerror/Cargo.toml @@ -22,4 +22,4 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4" ansi_term = "0.10" -error-chain = "0.11" +error-chain = "0.12" diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index a44b0c14..862d6ecb 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -27,7 +27,7 @@ itertools = "0.7" ansi_term = "0.10" is-match = "0.1" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" handlebars = "0.29.0" atty = "0.2" diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml index 7bb4e9ba..4d311586 100644 --- a/lib/core/libimagstore/Cargo.toml +++ b/lib/core/libimagstore/Cargo.toml @@ -29,7 +29,7 @@ walkdir = "1" is-match = "0.1" serde = "1" serde_json = "1" -error-chain = "0.11" +error-chain = "0.12" toml-query = "0.6" libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/domain/libimagbookmark/Cargo.toml b/lib/domain/libimagbookmark/Cargo.toml index 9c9587e2..09fc3068 100644 --- a/lib/domain/libimagbookmark/Cargo.toml +++ b/lib/domain/libimagbookmark/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] url = "1.5" regex = "0.2" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/domain/libimagcontact/Cargo.toml b/lib/domain/libimagcontact/Cargo.toml index 3d764902..22768412 100644 --- a/lib/domain/libimagcontact/Cargo.toml +++ b/lib/domain/libimagcontact/Cargo.toml @@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" } maintenance = { status = "actively-developed" } [dependencies] -error-chain = "0.11" +error-chain = "0.12" log = "0.3" toml = "0.4" toml-query = "0.6" diff --git a/lib/domain/libimagdiary/Cargo.toml b/lib/domain/libimagdiary/Cargo.toml index d2d4ba3f..d8f17ac0 100644 --- a/lib/domain/libimagdiary/Cargo.toml +++ b/lib/domain/libimagdiary/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.0" toml = "0.4" toml-query = "0.6" itertools = "0.7" -error-chain = "0.11" +error-chain = "0.12" filters = "0.3" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/domain/libimaghabit/Cargo.toml b/lib/domain/libimaghabit/Cargo.toml index 266e52fc..b528d229 100644 --- a/lib/domain/libimaghabit/Cargo.toml +++ b/lib/domain/libimaghabit/Cargo.toml @@ -24,7 +24,7 @@ chrono = "0.4" log = "0.3" toml = "0.4" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" kairos = "0.1.0" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/domain/libimaglog/Cargo.toml b/lib/domain/libimaglog/Cargo.toml index eaf7b0e1..6eabd3ad 100644 --- a/lib/domain/libimaglog/Cargo.toml +++ b/lib/domain/libimaglog/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] toml = "0.4" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/domain/libimagmail/Cargo.toml b/lib/domain/libimagmail/Cargo.toml index 8f1daab9..01402178 100644 --- a/lib/domain/libimagmail/Cargo.toml +++ b/lib/domain/libimagmail/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.0" email = "0.0.17" filters = "0.3" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml index d722edc8..6f60f2c7 100644 --- a/lib/domain/libimagnotes/Cargo.toml +++ b/lib/domain/libimagnotes/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.0" toml = "0.4" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/domain/libimagtimetrack/Cargo.toml b/lib/domain/libimagtimetrack/Cargo.toml index 32775677..68c14ce8 100644 --- a/lib/domain/libimagtimetrack/Cargo.toml +++ b/lib/domain/libimagtimetrack/Cargo.toml @@ -26,7 +26,7 @@ toml = "0.4" toml-query = "0.6" lazy_static = "0.2" is-match = "0.1" -error-chain = "0.11" +error-chain = "0.12" libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml index f1790806..2c02d4dd 100644 --- a/lib/domain/libimagtodo/Cargo.toml +++ b/lib/domain/libimagtodo/Cargo.toml @@ -26,7 +26,7 @@ toml = "0.4" toml-query = "0.6" log = "0.4.0" serde_json = "1" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/domain/libimagwiki/Cargo.toml b/lib/domain/libimagwiki/Cargo.toml index 25ad3f27..dd7164b5 100644 --- a/lib/domain/libimagwiki/Cargo.toml +++ b/lib/domain/libimagwiki/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4" -error-chain = "0.11" +error-chain = "0.12" toml = "0.4" toml-query = "0.6" filters = "0.2" diff --git a/lib/entry/libimagentryannotation/Cargo.toml b/lib/entry/libimagentryannotation/Cargo.toml index 08cabcbb..26cb8965 100644 --- a/lib/entry/libimagentryannotation/Cargo.toml +++ b/lib/entry/libimagentryannotation/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } lazy_static = "0.2" toml = "0.4" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml index 66087c98..5d350615 100644 --- a/lib/entry/libimagentrycategory/Cargo.toml +++ b/lib/entry/libimagentrycategory/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.0" toml = "0.4" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml index b130774b..5ed9a65c 100644 --- a/lib/entry/libimagentrydatetime/Cargo.toml +++ b/lib/entry/libimagentrydatetime/Cargo.toml @@ -24,7 +24,7 @@ chrono = "0.4" toml-query = "0.6" lazy_static = "0.2" toml = "0.4" -error-chain = "0.11" +error-chain = "0.12" libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentryedit/Cargo.toml b/lib/entry/libimagentryedit/Cargo.toml index 8d30b767..7ca095ad 100644 --- a/lib/entry/libimagentryedit/Cargo.toml +++ b/lib/entry/libimagentryedit/Cargo.toml @@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" } maintenance = { status = "actively-developed" } [dependencies] -error-chain = "0.11" +error-chain = "0.12" toml = "0.4" libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/entry/libimagentryfilter/Cargo.toml b/lib/entry/libimagentryfilter/Cargo.toml index def00e4d..a21f1530 100644 --- a/lib/entry/libimagentryfilter/Cargo.toml +++ b/lib/entry/libimagentryfilter/Cargo.toml @@ -27,7 +27,7 @@ regex = "0.2" semver = "0.8" toml = "0.4" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagentrytag = { version = "0.9.0", path = "../../../lib/entry/libimagentrytag" } diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml index 1fc957ce..e7099bb3 100644 --- a/lib/entry/libimagentrygps/Cargo.toml +++ b/lib/entry/libimagentrygps/Cargo.toml @@ -24,7 +24,7 @@ toml = "0.4" toml-query = "0.6" serde_derive = "1" serde = "1" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml index 3b0029ef..19da8f26 100644 --- a/lib/entry/libimagentrylink/Cargo.toml +++ b/lib/entry/libimagentrylink/Cargo.toml @@ -28,7 +28,7 @@ sha-1 = "0.7" hex = "0.3" is-match = "0.1" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/entry/libimagentrymarkdown/Cargo.toml b/lib/entry/libimagentrymarkdown/Cargo.toml index ad2d3f8c..9fa5e9d1 100644 --- a/lib/entry/libimagentrymarkdown/Cargo.toml +++ b/lib/entry/libimagentrymarkdown/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.0" hoedown = "6.0.0" url = "1.5" -error-chain = "0.11" +error-chain = "0.12" env_logger = "0.5" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index a23c13da..8c871abc 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -24,7 +24,7 @@ itertools = "0.7" log = "0.4.0" toml = "0.4" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" sha-1 = { version = "0.7", optional = true } sha2 = { version = "0.7", optional = true } sha3 = { version = "0.7", optional = true } diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml index 415c7134..ba0f769d 100644 --- a/lib/entry/libimagentrytag/Cargo.toml +++ b/lib/entry/libimagentrytag/Cargo.toml @@ -27,7 +27,7 @@ itertools = "0.7" is-match = "0.1" filters = "0.3" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/entry/libimagentryutil/Cargo.toml b/lib/entry/libimagentryutil/Cargo.toml index 24be25ef..380611c1 100644 --- a/lib/entry/libimagentryutil/Cargo.toml +++ b/lib/entry/libimagentryutil/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] toml = "0.4" toml-query = "0.6" -error-chain = "0.11" +error-chain = "0.12" filters = "0.3" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml index 788b2b65..73405e95 100644 --- a/lib/entry/libimagentryview/Cargo.toml +++ b/lib/entry/libimagentryview/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.0" toml = "0.4" -error-chain = "0.11" +error-chain = "0.12" textwrap = "0.9" libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" } diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml index 284570e5..49edab97 100644 --- a/lib/etc/libimaginteraction/Cargo.toml +++ b/lib/etc/libimaginteraction/Cargo.toml @@ -26,7 +26,7 @@ lazy_static = "0.2" log = "0.4.0" regex = "0.2" toml = "0.4" -error-chain = "0.11" +error-chain = "0.12" handlebars = "0.29.0" serde_json = "1" diff --git a/lib/etc/libimagnotification/Cargo.toml b/lib/etc/libimagnotification/Cargo.toml index e4beeb00..2cfc5216 100644 --- a/lib/etc/libimagnotification/Cargo.toml +++ b/lib/etc/libimagnotification/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] notify-rust = "3.4.2" -error-chain = "0.11" +error-chain = "0.12" libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }