Merge pull request #1133 from matthiasbeyer/update-error-chain
Update dependency: error-chain: 0.10 -> 0.11
This commit is contained in:
commit
dde343965a
30 changed files with 42 additions and 42 deletions
|
@ -19,7 +19,7 @@ log = "0.3"
|
|||
version = "2.0.1"
|
||||
url = "1.2"
|
||||
toml = "0.4"
|
||||
toml-query = "0.3.0"
|
||||
toml-query = "^0.4"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -19,7 +19,7 @@ log = "0.3"
|
|||
version = "2.0.1"
|
||||
url = "1.5"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -26,7 +26,7 @@ libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentryta
|
|||
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dev-dependencies]
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
env_logger = "0.4"
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "0.3"
|
||||
toml-query = "^0.4"
|
||||
version = "2.0.1"
|
||||
handlebars = "0.29.0"
|
||||
tempfile = "2.1"
|
||||
|
|
|
@ -19,7 +19,7 @@ walkdir = "1"
|
|||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
|
||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -18,7 +18,7 @@ clap = ">=2.17"
|
|||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
|
||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -19,7 +19,7 @@ version = "2.0"
|
|||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
|
||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
is-match = "0.1"
|
||||
version = "2.0.1"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@ xdg-basedir = "1.0"
|
|||
itertools = "0.7"
|
||||
ansi_term = "0.10"
|
||||
is-match = "0.1"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
toml-query = "^0.4"
|
||||
error-chain = "0.11"
|
||||
handlebars = "0.29.0"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -17,9 +17,9 @@ homepage = "http://imag-pim.org"
|
|||
chrono = "0.4"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -16,8 +16,8 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
toml-query = "^0.4"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -17,10 +17,10 @@ homepage = "http://imag-pim.org"
|
|||
filters = "0.2"
|
||||
chrono = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
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" }
|
||||
|
|
|
@ -17,10 +17,10 @@ homepage = "http://imag-pim.org"
|
|||
task-hookrs = "0.4"
|
||||
uuid = "0.5"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
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" }
|
||||
|
|
|
@ -12,8 +12,8 @@ license = "LGPL-2.1"
|
|||
[dependencies]
|
||||
lazy_static = "0.2"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
toml-query = "^0.4"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -16,9 +16,9 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
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" }
|
||||
|
|
|
@ -15,10 +15,10 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -21,7 +21,7 @@ log = "0.3"
|
|||
regex = "0.2"
|
||||
semver = "0.8"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
|
|
|
@ -11,10 +11,10 @@ license = "LGPL-2.1"
|
|||
|
||||
[dependencies]
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
toml-query = "^0.4"
|
||||
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" }
|
||||
|
|
|
@ -20,8 +20,8 @@ toml = "0.4"
|
|||
url = "1.5"
|
||||
rust-crypto = "0.2"
|
||||
is-match = "0.1"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
toml-query = "^0.4"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -18,8 +18,8 @@ itertools = "0.7"
|
|||
log = "0.3"
|
||||
rust-crypto = "0.2"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
toml-query = "^0.4"
|
||||
error-chain = "0.11"
|
||||
walkdir = "1"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -21,8 +21,8 @@ toml = "0.4"
|
|||
itertools = "0.7"
|
||||
is-match = "0.1"
|
||||
filters = "0.2"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
toml-query = "^0.4"
|
||||
error-chain = "0.11"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue