From 663242db7e57fa7bcf984732be70f00988b28e22 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 12 Oct 2017 19:29:09 +0200 Subject: [PATCH] Update dependency: error-chain: 0.10 -> 0.11 --- bin/core/imag-store/Cargo.toml | 2 +- lib/core/libimagrt/Cargo.toml | 2 +- lib/core/libimagstore/Cargo.toml | 2 +- lib/domain/libimagbookmark/Cargo.toml | 2 +- lib/domain/libimagdiary/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/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/libimagentrygps/Cargo.toml | 2 +- lib/entry/libimagentrylink/Cargo.toml | 2 +- lib/entry/libimagentrylist/Cargo.toml | 2 +- lib/entry/libimagentrymarkdown/Cargo.toml | 2 +- lib/entry/libimagentryref/Cargo.toml | 2 +- lib/entry/libimagentrytag/Cargo.toml | 2 +- lib/entry/libimagentryview/Cargo.toml | 2 +- lib/etc/libimaginteraction/Cargo.toml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/bin/core/imag-store/Cargo.toml b/bin/core/imag-store/Cargo.toml index 979ee239..5732ed88 100644 --- a/bin/core/imag-store/Cargo.toml +++ b/bin/core/imag-store/Cargo.toml @@ -18,7 +18,7 @@ clap = ">=2.17" log = "0.3" version = "2.0.1" toml = "0.4" -error-chain = "0.10" +error-chain = "0.11" libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore", features = ["verify"] } libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" } diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index f564ba3b..637577be 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -23,7 +23,7 @@ itertools = "0.7" ansi_term = "0.10" is-match = "0.1" toml-query = "^0.3.1" -error-chain = "0.10" +error-chain = "0.11" handlebars = "0.29.0" libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml index 1ef15d78..0f664d35 100644 --- a/lib/core/libimagstore/Cargo.toml +++ b/lib/core/libimagstore/Cargo.toml @@ -26,7 +26,7 @@ is-match = "0.1" serde = "1" serde_json = "1" serde_derive = "1" -error-chain = "0.10" +error-chain = "0.11" libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" } libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" } diff --git a/lib/domain/libimagbookmark/Cargo.toml b/lib/domain/libimagbookmark/Cargo.toml index 1f590580..2d00ec1e 100644 --- a/lib/domain/libimagbookmark/Cargo.toml +++ b/lib/domain/libimagbookmark/Cargo.toml @@ -16,7 +16,7 @@ homepage = "http://imag-pim.org" [dependencies] url = "1.5" regex = "0.2" -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" } diff --git a/lib/domain/libimagdiary/Cargo.toml b/lib/domain/libimagdiary/Cargo.toml index 9ec91bb1..d438aba1 100644 --- a/lib/domain/libimagdiary/Cargo.toml +++ b/lib/domain/libimagdiary/Cargo.toml @@ -19,7 +19,7 @@ log = "0.3" toml = "0.4" toml-query = "^0.3.1" itertools = "0.7" -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" } diff --git a/lib/domain/libimagmail/Cargo.toml b/lib/domain/libimagmail/Cargo.toml index 95d45afb..f7f6fa37 100644 --- a/lib/domain/libimagmail/Cargo.toml +++ b/lib/domain/libimagmail/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" log = "0.3" email = "0.0.17" filters = "0.2" -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" } diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml index 0299bda6..f3e94838 100644 --- a/lib/domain/libimagnotes/Cargo.toml +++ b/lib/domain/libimagnotes/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" log = "0.3" toml = "0.4" toml-query = "^0.3.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" } diff --git a/lib/domain/libimagtimetrack/Cargo.toml b/lib/domain/libimagtimetrack/Cargo.toml index 0c3815fd..cb8e7ce7 100644 --- a/lib/domain/libimagtimetrack/Cargo.toml +++ b/lib/domain/libimagtimetrack/Cargo.toml @@ -20,7 +20,7 @@ toml = "0.4" toml-query = "^0.3.1" lazy_static = "0.2" is-match = "0.1" -error-chain = "0.10" +error-chain = "0.11" libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" } libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" } 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" } diff --git a/lib/entry/libimagentryannotation/Cargo.toml b/lib/entry/libimagentryannotation/Cargo.toml index 15302c52..cf010bf9 100644 --- a/lib/entry/libimagentryannotation/Cargo.toml +++ b/lib/entry/libimagentryannotation/Cargo.toml @@ -13,7 +13,7 @@ license = "LGPL-2.1" lazy_static = "0.2" toml = "0.4" toml-query = "^0.3.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" } diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml index 77fd7394..f56081cd 100644 --- a/lib/entry/libimagentrycategory/Cargo.toml +++ b/lib/entry/libimagentrycategory/Cargo.toml @@ -18,7 +18,7 @@ log = "0.3" toml = "0.4" toml-query = "^0.3.1" is-match = "0.1" -error-chain = "0.10" +error-chain = "0.11" libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" } libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml index 5047a581..0b6c8dfe 100644 --- a/lib/entry/libimagentrydatetime/Cargo.toml +++ b/lib/entry/libimagentrydatetime/Cargo.toml @@ -18,7 +18,7 @@ chrono = "0.4" toml-query = "^0.3.1" lazy_static = "0.2" toml = "0.4" -error-chain = "0.10" +error-chain = "0.11" libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" } libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentryedit/Cargo.toml b/lib/entry/libimagentryedit/Cargo.toml index d3718c3e..f038e5bd 100644 --- a/lib/entry/libimagentryedit/Cargo.toml +++ b/lib/entry/libimagentryedit/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] -error-chain = "0.10" +error-chain = "0.11" libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" } libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" } diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml index be3555fd..6230d7ce 100644 --- a/lib/entry/libimagentrygps/Cargo.toml +++ b/lib/entry/libimagentrygps/Cargo.toml @@ -14,7 +14,7 @@ toml = "0.4" toml-query = "^0.3.1" serde_derive = "1" serde = "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" } diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml index eb6b96ec..4133beac 100644 --- a/lib/entry/libimagentrylink/Cargo.toml +++ b/lib/entry/libimagentrylink/Cargo.toml @@ -21,7 +21,7 @@ url = "1.5" rust-crypto = "0.2" is-match = "0.1" toml-query = "^0.3.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" } diff --git a/lib/entry/libimagentrylist/Cargo.toml b/lib/entry/libimagentrylist/Cargo.toml index b48e38d7..88c0a32b 100644 --- a/lib/entry/libimagentrylist/Cargo.toml +++ b/lib/entry/libimagentrylist/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" clap = ">=2.17" log = "0.3" prettytable-rs = "0.6.*" -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" } diff --git a/lib/entry/libimagentrymarkdown/Cargo.toml b/lib/entry/libimagentrymarkdown/Cargo.toml index 72b00fc6..67153d66 100644 --- a/lib/entry/libimagentrymarkdown/Cargo.toml +++ b/lib/entry/libimagentrymarkdown/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" log = "0.3" hoedown = "6.0.0" url = "1.5" -error-chain = "0.10" +error-chain = "0.11" env_logger = "0.4" libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index 39a1b8cb..ce46b628 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -19,7 +19,7 @@ log = "0.3" rust-crypto = "0.2" toml = "0.4" toml-query = "^0.3.1" -error-chain = "0.10" +error-chain = "0.11" walkdir = "1" libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml index 21f9b7bf..1b0e0b1a 100644 --- a/lib/entry/libimagentrytag/Cargo.toml +++ b/lib/entry/libimagentrytag/Cargo.toml @@ -22,7 +22,7 @@ itertools = "0.7" is-match = "0.1" filters = "0.2" toml-query = "^0.3.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" } diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml index bac80001..7c13c057 100644 --- a/lib/entry/libimagentryview/Cargo.toml +++ b/lib/entry/libimagentryview/Cargo.toml @@ -16,7 +16,7 @@ homepage = "http://imag-pim.org" [dependencies] log = "0.3" toml = "0.4" -error-chain = "0.10" +error-chain = "0.11" libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" } libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml index c485c778..6e1e9844 100644 --- a/lib/etc/libimaginteraction/Cargo.toml +++ b/lib/etc/libimaginteraction/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "0.2" log = "0.3" regex = "0.2" toml = "0.4" -error-chain = "0.10" +error-chain = "0.11" handlebars = "0.29.0" libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }