Update all dependencies
This patch updates all dependencies but not "nom". Done with `cargo upgrade --all` and manual editing. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
f1ad450033
commit
2185d44011
57 changed files with 372 additions and 372 deletions
|
@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
url = "1.2"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
url = "1.7.2"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -35,7 +35,7 @@ libimagentryedit = { version = "0.10.0", path = "../../../lib/entry/libima
|
|||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -32,7 +32,7 @@ libimagentrycategory = { version = "0.10.0", path = "../../../lib/entry/libima
|
|||
libimaginteraction = { version = "0.10.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -14,11 +14,11 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
indicatif = "0.9"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
indicatif = "0.11.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -26,7 +26,7 @@ libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror"
|
|||
libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["suggestions", "color", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
version = "3"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
version = "3.0.0"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -33,7 +33,7 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
|||
libimagentryedit = { version = "0.10.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,15 +20,15 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
url = "1.2"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
url = "1.7.2"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -33,7 +33,7 @@ libimagentrygps = { version = "0.10.0", path = "../../../lib/entry/libimagentry
|
|||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,15 +20,15 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
regex = "1"
|
||||
log = "0.4.6"
|
||||
regex = "1.1.7"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,12 +20,12 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
version = "2.0.1"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
filters = "0.3"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
version = "3.0.0"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
filters = "0.3.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -35,7 +35,7 @@ libimagentryedit = { version = "0.10.0", path = "../../../lib/entry/libimagentry
|
|||
libimagentryview = { version = "0.10.0", path = "../../../lib/entry/libimagentryview" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,23 +20,23 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
filters = "0.3"
|
||||
nom = "3.2"
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
is-match = "0.1"
|
||||
failure = "0.1"
|
||||
filters = "0.3.0"
|
||||
nom = "3.2.0"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
is-match = "0.1.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
|
|
|
@ -24,10 +24,10 @@ libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
|||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[dev-dependencies]
|
||||
toml = "0.5"
|
||||
toml = "0.5.1"
|
||||
|
||||
|
|
|
@ -20,12 +20,12 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
url = "1.5"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
prettytable-rs = "0.8"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
url = "1.7.2"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
prettytable-rs = "0.8.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -35,12 +35,12 @@ libimagentryurl = { version = "0.10.0", path = "../../../lib/entry/libimagentryu
|
|||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.10.0"
|
||||
|
|
|
@ -21,8 +21,8 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -30,7 +30,7 @@ libimagerror = { version = "0.10.0", path = "../../../lib/core/libimager
|
|||
libimagentrymarkdown = { version = "0.10.0", path = "../../../lib/entry/libimagentrymarkdown" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
log = "0.4.6"
|
||||
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
@ -28,7 +28,7 @@ libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore"
|
|||
libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -31,7 +31,7 @@ libimaginteraction = { version = "0.10.0", path = "../../../lib/etc/libimaginter
|
|||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,9 +20,9 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -30,13 +30,16 @@ libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
|||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[features]
|
||||
early-panic = [ "libimagstore/early-panic" ]
|
||||
|
||||
[dev-dependencies]
|
||||
toml-query = "0.9.2"
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.10.0"
|
||||
path = "../../../lib/etc/libimagutil"
|
||||
|
@ -49,6 +52,3 @@ path = "../../../lib/core/libimagrt"
|
|||
default-features = false
|
||||
features = ["testing"]
|
||||
|
||||
[dev-dependencies.toml-query]
|
||||
version = "0.9"
|
||||
|
||||
|
|
|
@ -20,9 +20,9 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -31,13 +31,13 @@ libimagentrytag = { version = "0.10.0", path = "../../../lib/entry/libimagentryt
|
|||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[dev-dependencies]
|
||||
toml-query = "0.9.2"
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.10.0"
|
||||
|
|
|
@ -20,12 +20,12 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
handlebars = "1.0"
|
||||
tempfile = "3"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
handlebars = "1.1.0"
|
||||
tempfile = "3.0.9"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -37,7 +37,7 @@ version = "0.10.0"
|
|||
path = "../../../lib/entry/libimagentryview"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -14,14 +14,14 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[build-dependencies]
|
||||
clap = ">=2.16.1"
|
||||
clap = "2.33.0"
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrytag = { version = "0.10.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
failure = "0.1"
|
||||
log = "0.4.0"
|
||||
failure = "0.1.5"
|
||||
log = "0.4.6"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
|
@ -30,16 +30,16 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
walkdir = "2"
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
walkdir = "2.2.8"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["suggestions", "color", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
@ -32,7 +32,7 @@ libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentry
|
|||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,14 +20,14 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
vobject = "0.7"
|
||||
handlebars = "1.0"
|
||||
walkdir = "2"
|
||||
uuid = { version = "0.7", features = ["v4"] }
|
||||
serde_json = "1"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
vobject = "0.7.0"
|
||||
handlebars = "1.1.0"
|
||||
walkdir = "2.2.8"
|
||||
uuid = { version = "0.7.4", features = ["v4"] }
|
||||
serde_json = "1.0.39"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
@ -39,11 +39,11 @@ libimaginteraction = { version = "0.10.0", path = "../../../lib/etc/libimaginter
|
|||
libimagcontact = { version = "0.10.0", path = "../../../lib/domain/libimagcontact" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[dependencies.toml-query]
|
||||
version = "0.9"
|
||||
version = "0.9.2"
|
||||
default-features = false
|
||||
features = ["typed"]
|
||||
|
|
|
@ -20,12 +20,12 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
itertools = "0.7"
|
||||
failure = "0.1"
|
||||
chrono = "0.4.7"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
itertools = "0.8.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
@ -38,7 +38,7 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil"
|
|||
libimagtimeui = { version = "0.10.0", path = "../../../lib/etc/libimagtimeui" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
kairos = "0.3"
|
||||
prettytable-rs = "0.8"
|
||||
failure = "0.1"
|
||||
chrono = "0.4.7"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
kairos = "0.3.0"
|
||||
prettytable-rs = "0.8.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
@ -38,7 +38,7 @@ libimagtimeui = { version = "0.10.0", path = "../../../lib/etc/libimagtimeu
|
|||
libimaghabit = { version = "0.10.0", path = "../../../lib/domain/libimaghabit" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
is-match = "0.1"
|
||||
itertools = "0.7"
|
||||
failure = "0.1"
|
||||
textwrap = "0.10"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
is-match = "0.1.0"
|
||||
itertools = "0.8.0"
|
||||
failure = "0.1.5"
|
||||
textwrap = "0.11.0"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -35,7 +35,7 @@ libimagdiary = { version = "0.10.0", path = "../../../lib/domain/libimagdiary" }
|
|||
libimaglog = { version = "0.10.0", path = "../../../lib/domain/libimaglog" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,9 +20,9 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
failure = "0.1"
|
||||
indoc = "0.3"
|
||||
log = "0.4.6"
|
||||
failure = "0.1.5"
|
||||
indoc = "0.3.3"
|
||||
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
@ -32,12 +32,12 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
|||
libimagentryref = { version = "0.10.0", path = "../../../lib/entry/libimagentryref" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[dependencies.toml-query]
|
||||
version = "0.9"
|
||||
version = "0.9.2"
|
||||
default-features = false
|
||||
features = ["typed"]
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
itertools = "0.7"
|
||||
log = "0.4.6"
|
||||
itertools = "0.8.0"
|
||||
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
@ -31,7 +31,7 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
|||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
chrono = "0.4"
|
||||
filters = "0.3"
|
||||
itertools = "0.7"
|
||||
prettytable-rs = "0.8"
|
||||
kairos = "0.3"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
chrono = "0.4.7"
|
||||
filters = "0.3.0"
|
||||
itertools = "0.8.0"
|
||||
prettytable-rs = "0.8.0"
|
||||
kairos = "0.3.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -35,7 +35,7 @@ libimagtimetrack = { version = "0.10.0", path = "../../../lib/domain/libimagtime
|
|||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,18 +20,18 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
is-match = "0.1"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
is-match = "0.1.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagtodo = { version = "0.10.0", path = "../../../lib/domain/libimagtodo" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -14,13 +14,13 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
is-match = "0.1"
|
||||
regex = "1"
|
||||
filters = "0.3"
|
||||
clap = "2.33.0"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
is-match = "0.1.0"
|
||||
regex = "1.1.7"
|
||||
filters = "0.3.0"
|
||||
|
||||
libimagentryedit = { version = "0.10.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
|
|
@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
ansi_term = "0.11"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
log = "0.4.6"
|
||||
ansi_term = "0.11.0"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
|
|
|
@ -20,16 +20,16 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
toml = "0.5"
|
||||
xdg-basedir = "1.0"
|
||||
itertools = "0.7"
|
||||
ansi_term = "0.11"
|
||||
atty = "0.2"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
serde_derive = "1"
|
||||
serde = "1"
|
||||
env_logger = "0.6.1"
|
||||
toml = "0.5.1"
|
||||
xdg-basedir = "1.0.0"
|
||||
itertools = "0.8.0"
|
||||
ansi_term = "0.11.0"
|
||||
atty = "0.2.11"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
serde_derive = "1.0.94"
|
||||
serde = "1.0.94"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
@ -37,22 +37,22 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil"
|
|||
libimaginteraction = { version = "0.10.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["suggestions", "color", "wrap_help"]
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.4"
|
||||
version = "0.4.6"
|
||||
default-features = false
|
||||
features = ["std", "serde"]
|
||||
|
||||
[dependencies.handlebars]
|
||||
version = "^1.0.5"
|
||||
version = "1.1.0"
|
||||
default-features = false
|
||||
features = ["no_logging"]
|
||||
|
||||
[dependencies.toml-query]
|
||||
version = "0.9"
|
||||
version = "0.9.2"
|
||||
default-features = false
|
||||
features = [ "typed" ]
|
||||
|
||||
|
|
|
@ -20,24 +20,24 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
glob = "0.2.11"
|
||||
log = "0.4.0"
|
||||
regex = "1"
|
||||
semver = "0.9"
|
||||
toml = "0.5"
|
||||
walkdir = "2"
|
||||
is-match = "0.1"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
glob = "0.3.0"
|
||||
log = "0.4.6"
|
||||
regex = "1.1.7"
|
||||
semver = "0.9.0"
|
||||
toml = "0.5.1"
|
||||
walkdir = "2.2.8"
|
||||
is-match = "0.1.0"
|
||||
serde = "1.0.94"
|
||||
serde_json = "1.0.39"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
env_logger = "0.5"
|
||||
tempdir = "0.3.7"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
@ -20,9 +20,9 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
url = "1.5"
|
||||
regex = "1"
|
||||
failure = "0.1"
|
||||
url = "1.7.2"
|
||||
regex = "1.1.7"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,14 +20,14 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
failure = "0.1"
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
vobject = "0.7"
|
||||
uuid = "0.7"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
failure = "0.1.5"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
vobject = "0.7.0"
|
||||
uuid = "0.7.4"
|
||||
serde = "1.0.94"
|
||||
serde_derive = "1.0.94"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
itertools = "0.7"
|
||||
failure = "0.1"
|
||||
filters = "0.3"
|
||||
chrono = "0.4.7"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
itertools = "0.8.0"
|
||||
failure = "0.1.5"
|
||||
filters = "0.3.0"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,12 +20,12 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
kairos = "0.3"
|
||||
failure = "0.1"
|
||||
chrono = "0.4.7"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
kairos = "0.3.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,9 +20,9 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,14 +20,14 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
mailparse = "0.6.5"
|
||||
filters = "0.3"
|
||||
failure = "0.1"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
mailparse = "0.8.0"
|
||||
filters = "0.3.0"
|
||||
failure = "0.1.5"
|
||||
serde = "1.0.94"
|
||||
serde_derive = "1.0.94"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,10 +20,10 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
filters = "0.3"
|
||||
chrono = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
lazy_static = "1.2"
|
||||
is-match = "0.1"
|
||||
failure = "0.1"
|
||||
filters = "0.3.0"
|
||||
chrono = "0.4.7"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
lazy_static = "1.3.0"
|
||||
is-match = "0.1.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -21,12 +21,12 @@ maintenance = { status = "actively-developed" }
|
|||
|
||||
[dependencies]
|
||||
task-hookrs = "0.6.0"
|
||||
uuid = "0.7"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
log = "0.4.0"
|
||||
serde_json = "1"
|
||||
failure = "0.1"
|
||||
uuid = "0.7.4"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
log = "0.4.6"
|
||||
serde_json = "1.0.39"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
filters = "0.3"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
filters = "0.3.0"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.2"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
uuid = { version = "0.7", features = ["v4"] }
|
||||
log = "0.4.0"
|
||||
lazy_static = "1.3.0"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
uuid = { version = "0.7.4", features = ["v4"] }
|
||||
log = "0.4.6"
|
||||
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -20,10 +20,10 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
@ -32,5 +32,5 @@ libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentry
|
|||
libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
toml-query = "0.9"
|
||||
toml = "0.5"
|
||||
failure = "0.1"
|
||||
chrono = "0.4.7"
|
||||
toml-query = "0.9.2"
|
||||
toml = "0.5.1"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -20,9 +20,9 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.12"
|
||||
toml = "0.5"
|
||||
failure = "0.1"
|
||||
error-chain = "0.12.1"
|
||||
toml = "0.5.1"
|
||||
failure = "0.1.5"
|
||||
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -20,22 +20,22 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
filters = "0.3"
|
||||
itertools = "0.7"
|
||||
log = "0.4.0"
|
||||
regex = "1"
|
||||
semver = "0.9"
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
filters = "0.3.0"
|
||||
itertools = "0.8.0"
|
||||
log = "0.4.6"
|
||||
regex = "1.1.7"
|
||||
semver = "0.9.0"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrytag = { version = "0.10.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,16 +20,16 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
serde_derive = "1"
|
||||
serde = "1"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
serde_derive = "1.0.94"
|
||||
serde = "1.0.94"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
|
|
|
@ -20,27 +20,27 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.7"
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
url = "1.5"
|
||||
sha-1 = "0.7"
|
||||
hex = "0.3"
|
||||
is-match = "0.1"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
itertools = "0.8.0"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
url = "1.7.2"
|
||||
sha-1 = "0.8.1"
|
||||
hex = "0.3.2"
|
||||
is-match = "0.1.0"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
serde = "1.0.94"
|
||||
serde_derive = "1.0.94"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.toml-query]
|
||||
version = "0.9"
|
||||
version = "0.9.2"
|
||||
default-features = false
|
||||
features = [ "typed" ]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
|
|
|
@ -20,12 +20,12 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
log = "0.4.6"
|
||||
hoedown = "6.0.0"
|
||||
url = "1.5"
|
||||
env_logger = "0.5"
|
||||
failure = "0.1"
|
||||
sha-1 = "0.8"
|
||||
url = "1.7.2"
|
||||
env_logger = "0.6.1"
|
||||
failure = "0.1.5"
|
||||
sha-1 = "0.8.1"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.7"
|
||||
log = "0.4.0"
|
||||
failure = "0.1"
|
||||
sha-1 = "0.8"
|
||||
toml = "0.5"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
itertools = "0.8.0"
|
||||
log = "0.4.6"
|
||||
failure = "0.1.5"
|
||||
sha-1 = "0.8.1"
|
||||
toml = "0.5.1"
|
||||
serde = "1.0.94"
|
||||
serde_derive = "1.0.94"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
@ -34,10 +34,10 @@ libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
|||
libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentryutil" }
|
||||
|
||||
[dependencies.toml-query]
|
||||
version = "0.9"
|
||||
version = "0.9.2"
|
||||
default-features = false
|
||||
features = ["typed"]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
|
|
|
@ -20,14 +20,14 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
regex = "1"
|
||||
toml = "0.5"
|
||||
itertools = "0.7"
|
||||
filters = "0.3"
|
||||
failure = "0.1"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
log = "0.4.6"
|
||||
regex = "1.1.7"
|
||||
toml = "0.5.1"
|
||||
itertools = "0.8.0"
|
||||
filters = "0.3.0"
|
||||
failure = "0.1.5"
|
||||
serde = "1.0.94"
|
||||
serde_derive = "1.0.94"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
@ -38,10 +38,10 @@ default-features = false
|
|||
features = [ "typed" ]
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
|
|
|
@ -20,17 +20,17 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.7"
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
url = "1.5"
|
||||
sha-1 = "0.7"
|
||||
hex = "0.3"
|
||||
is-match = "0.1"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
itertools = "0.8.0"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
url = "1.7.2"
|
||||
sha-1 = "0.8.1"
|
||||
hex = "0.3.2"
|
||||
is-match = "0.1.0"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
serde = "1.0.94"
|
||||
serde_derive = "1.0.94"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
@ -38,10 +38,10 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
|
|||
libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
[dependencies.toml-query]
|
||||
version = "0.9"
|
||||
version = "0.9.2"
|
||||
default-features = false
|
||||
features = [ "typed" ]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6.1"
|
||||
|
||||
|
|
|
@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
toml = "0.5"
|
||||
toml-query = "0.9"
|
||||
filters = "0.3"
|
||||
failure = "0.1"
|
||||
log = "0.4"
|
||||
toml = "0.5.1"
|
||||
toml-query = "0.9.2"
|
||||
filters = "0.3.0"
|
||||
failure = "0.1.5"
|
||||
log = "0.4.6"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -20,26 +20,26 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.5"
|
||||
failure = "0.1"
|
||||
textwrap = "0.10"
|
||||
log = "0.4.6"
|
||||
toml = "0.5.1"
|
||||
failure = "0.1.5"
|
||||
textwrap = "0.11.0"
|
||||
|
||||
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryedit = { version = "0.10.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
|
||||
mdcat = { version = "0.11", optional = true }
|
||||
mdcat = { version = "0.13.0", optional = true }
|
||||
|
||||
[dependencies.pulldown-cmark]
|
||||
version = "^0.1"
|
||||
version = "0.5.2"
|
||||
optional = true
|
||||
default-features = false
|
||||
features = []
|
||||
|
||||
[dependencies.syntect]
|
||||
version = "^2"
|
||||
version = "3.2.0"
|
||||
optional = true
|
||||
default-features = false
|
||||
features = ["parsing", "assets", "dump-load"]
|
||||
|
|
|
@ -20,22 +20,22 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.11"
|
||||
interactor = "0.1"
|
||||
lazy_static = "1.2"
|
||||
log = "0.4.0"
|
||||
regex = "1"
|
||||
toml = "0.5"
|
||||
handlebars = "1.0"
|
||||
serde_json = "1"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
ansi_term = "0.11.0"
|
||||
interactor = "0.1.1"
|
||||
lazy_static = "1.3.0"
|
||||
log = "0.4.6"
|
||||
regex = "1.1.7"
|
||||
toml = "0.5.1"
|
||||
handlebars = "1.1.0"
|
||||
serde_json = "1.0.39"
|
||||
failure = "0.1.5"
|
||||
failure_derive = "0.1.5"
|
||||
|
||||
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.2"
|
||||
log = "0.4.0"
|
||||
chrono = "0.4"
|
||||
regex = "1"
|
||||
lazy_static = "1.3.0"
|
||||
log = "0.4.6"
|
||||
chrono = "0.4.7"
|
||||
regex = "1.1.7"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "^2.29"
|
||||
version = "2.33.0"
|
||||
default-features = false
|
||||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
|
|
|
@ -26,11 +26,11 @@ default = []
|
|||
testing = []
|
||||
|
||||
[dependencies]
|
||||
url = "1.5"
|
||||
url = "1.7.2"
|
||||
boolinator = "2.4.0"
|
||||
lazy_static = "1.2"
|
||||
log = "0.4.0"
|
||||
regex = "1"
|
||||
tempfile = "3"
|
||||
chrono = "0.4"
|
||||
lazy_static = "1.3.0"
|
||||
log = "0.4.6"
|
||||
regex = "1.1.7"
|
||||
tempfile = "3.0.9"
|
||||
chrono = "0.4.7"
|
||||
|
||||
|
|
Loading…
Reference in a new issue