Update dependency: error-chain: 0.10 -> 0.11
This commit is contained in:
parent
3ed9c1fcc8
commit
663242db7e
21 changed files with 21 additions and 21 deletions
|
@ -18,7 +18,7 @@ clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
|
||||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||||
|
|
|
@ -23,7 +23,7 @@ itertools = "0.7"
|
||||||
ansi_term = "0.10"
|
ansi_term = "0.10"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
handlebars = "0.29.0"
|
handlebars = "0.29.0"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -26,7 +26,7 @@ is-match = "0.1"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "1.5"
|
url = "1.5"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -19,7 +19,7 @@ log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
email = "0.0.17"
|
email = "0.0.17"
|
||||||
filters = "0.2"
|
filters = "0.2"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -20,7 +20,7 @@ toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -20,7 +20,7 @@ toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -13,7 +13,7 @@ license = "LGPL-2.1"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -18,7 +18,7 @@ log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -18,7 +18,7 @@ chrono = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||||
|
|
|
@ -14,7 +14,7 @@ toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -21,7 +21,7 @@ url = "1.5"
|
||||||
rust-crypto = "0.2"
|
rust-crypto = "0.2"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
clap = ">=2.17"
|
clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
prettytable-rs = "0.6.*"
|
prettytable-rs = "0.6.*"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
hoedown = "6.0.0"
|
hoedown = "6.0.0"
|
||||||
url = "1.5"
|
url = "1.5"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
env_logger = "0.4"
|
env_logger = "0.4"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -19,7 +19,7 @@ log = "0.3"
|
||||||
rust-crypto = "0.2"
|
rust-crypto = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
walkdir = "1"
|
walkdir = "1"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -22,7 +22,7 @@ itertools = "0.7"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
filters = "0.2"
|
filters = "0.2"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.3.1"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -21,7 +21,7 @@ lazy_static = "0.2"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.10"
|
error-chain = "0.11"
|
||||||
handlebars = "0.29.0"
|
handlebars = "0.29.0"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
Loading…
Reference in a new issue