Merge pull request #1086 from matthiasbeyer/deps-update
Update dependency specs
This commit is contained in:
commit
afd6c19c63
28 changed files with 67 additions and 67 deletions
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
url = "1.2"
|
||||
url = "1.5"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
toml = "^0.4"
|
||||
toml = "0.4"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
|
||||
|
|
|
@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.*"
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
toml = "0.4"
|
||||
|
@ -27,7 +27,7 @@ libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
|
|||
|
||||
[dev-dependencies]
|
||||
toml-query = "^0.3.1"
|
||||
env_logger = "0.3"
|
||||
env_logger = "0.4"
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.4.0"
|
||||
|
|
|
@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[build-dependencies]
|
||||
clap = ">=2.16.1"
|
||||
clap = ">=2.17"
|
||||
version = "2.0"
|
||||
libimagrt = { path = "../../../lib/core/libimagrt" }
|
||||
libimagentrytag = { path = "../../../lib/entry/libimagentrytag" }
|
||||
|
@ -22,11 +22,11 @@ libimagutil = { path = "../../../lib/etc/libimagutil" }
|
|||
|
||||
[dependencies]
|
||||
version = "2.0"
|
||||
walkdir = "0.1"
|
||||
clap = "2.*"
|
||||
walkdir = "1"
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "0.3"
|
||||
toml-query = "^0.3.1"
|
||||
|
||||
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.4.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.3.1"
|
||||
|
||||
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -16,10 +16,10 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
chrono = "0.4"
|
||||
version = "2.0"
|
||||
clap = "2.*"
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "0.3.1"
|
||||
toml-query = "^0.3.1"
|
||||
|
||||
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -10,7 +10,7 @@ readme = "../../../README.md"
|
|||
license = "LGPL-2.1"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.*"
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
|||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
itertools = "0.5"
|
||||
itertools = "0.6"
|
||||
|
||||
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -14,11 +14,11 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.*"
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
chrono = "^0.4"
|
||||
filters = "0.1.1"
|
||||
chrono = "0.4"
|
||||
filters = "0.1"
|
||||
itertools = "0.6"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -15,10 +15,10 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.3.6"
|
||||
toml = "0.4.*"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
is-match = "0.1.*"
|
||||
is-match = "0.1"
|
||||
version = "2.0.1"
|
||||
|
||||
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -15,11 +15,11 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
env_logger = "0.3"
|
||||
toml = "^0.4"
|
||||
env_logger = "0.4"
|
||||
toml = "0.4"
|
||||
log = "0.3"
|
||||
xdg-basedir = "1.0"
|
||||
itertools = "0.5"
|
||||
itertools = "0.6"
|
||||
ansi_term = "0.9"
|
||||
is-match = "0.1"
|
||||
toml-query = "^0.3.1"
|
||||
|
|
|
@ -15,25 +15,25 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
glob = "0.2.11"
|
||||
lazy_static = "0.2.*"
|
||||
lazy_static = "0.2"
|
||||
log = "0.3"
|
||||
regex = "0.2"
|
||||
semver = "0.5"
|
||||
toml = "^0.4"
|
||||
semver = "0.8"
|
||||
toml = "0.4"
|
||||
version = "2.0.1"
|
||||
walkdir = "1.0.*"
|
||||
walkdir = "1"
|
||||
is-match = "0.1"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
serde_derive = "1"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3.4"
|
||||
env_logger = "0.3"
|
||||
tempdir = "0.3"
|
||||
env_logger = "0.4"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
@ -14,8 +14,8 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
url = "1.2"
|
||||
regex = "0.1"
|
||||
url = "1.5"
|
||||
regex = "0.2"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "0.4.*"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
|
|
|
@ -16,9 +16,9 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
chrono = "0.4"
|
||||
log = "0.3"
|
||||
toml = "0.4.*"
|
||||
toml-query = "0.3.1"
|
||||
itertools = "0.5"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
itertools = "0.6"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
email = "0.0.17"
|
||||
filters = "0.1.*"
|
||||
filters = "0.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "^0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
|
|
|
@ -14,12 +14,12 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
task-hookrs = "0.2.2"
|
||||
uuid = "0.3"
|
||||
toml = "0.4.*"
|
||||
task-hookrs = "0.4"
|
||||
uuid = "0.5"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
log = "0.3"
|
||||
serde_json = "0.8"
|
||||
serde_json = "1"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -10,8 +10,8 @@ readme = "../../../README.md"
|
|||
license = "LGPL-2.1"
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "0.1.15"
|
||||
toml = "^0.4"
|
||||
lazy_static = "0.2"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
|
|
|
@ -15,12 +15,12 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
filters = "0.1.*"
|
||||
itertools = "0.5"
|
||||
filters = "0.1"
|
||||
itertools = "0.6"
|
||||
log = "0.3"
|
||||
regex = "0.2"
|
||||
semver = "0.5.*"
|
||||
toml = "^0.4"
|
||||
semver = "0.8"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -10,7 +10,7 @@ readme = "../README.md"
|
|||
license = "LGPL-2.1"
|
||||
|
||||
[dependencies]
|
||||
toml = "^0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
serde_derive = "1"
|
||||
serde = "1"
|
||||
|
@ -20,5 +20,5 @@ libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
|||
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.3"
|
||||
env_logger = "0.4"
|
||||
|
||||
|
|
|
@ -14,10 +14,10 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.5"
|
||||
itertools = "0.6"
|
||||
log = "0.3"
|
||||
toml = "^0.4"
|
||||
url = "1.2"
|
||||
toml = "0.4"
|
||||
url = "1.5"
|
||||
rust-crypto = "0.2"
|
||||
is-match = "0.1"
|
||||
toml-query = "^0.3.1"
|
||||
|
|
|
@ -15,10 +15,10 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
log = "0.3"
|
||||
hoedown = "5.0.0"
|
||||
url = "1.2"
|
||||
hoedown = "6.0.0"
|
||||
url = "1.5"
|
||||
error-chain = "0.10"
|
||||
env_logger = "0.3"
|
||||
env_logger = "0.4"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -14,13 +14,13 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.5"
|
||||
itertools = "0.6"
|
||||
log = "0.3"
|
||||
rust-crypto = "0.2"
|
||||
toml = "^0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
walkdir = "1.0.*"
|
||||
walkdir = "1"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -17,8 +17,8 @@ homepage = "http://imag-pim.org"
|
|||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
regex = "0.2"
|
||||
toml = "^0.4"
|
||||
itertools = "0.5"
|
||||
toml = "0.4"
|
||||
itertools = "0.6"
|
||||
is-match = "0.1"
|
||||
filters = "0.1"
|
||||
toml-query = "^0.3.1"
|
||||
|
|
|
@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
log = "0.3"
|
||||
toml = "^0.4"
|
||||
toml = "0.4"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -14,13 +14,13 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.9.*"
|
||||
ansi_term = "0.9"
|
||||
clap = ">=2.17"
|
||||
interactor = "0.1"
|
||||
lazy_static = "0.2.*"
|
||||
lazy_static = "0.2"
|
||||
log = "0.3"
|
||||
regex = "0.2"
|
||||
toml = "^0.4"
|
||||
toml = "0.4"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -20,7 +20,7 @@ default = []
|
|||
testing = []
|
||||
|
||||
[dependencies]
|
||||
url = "1.2"
|
||||
url = "1.5"
|
||||
boolinator = "2.4.0"
|
||||
lazy_static = "0.2"
|
||||
log = "0.3"
|
||||
|
|
Loading…
Reference in a new issue