diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2019-06-30 16:44:23 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2019-06-30 16:44:23 +0200 |
commit | 2185d440114e2d2693863371243495048dc7d349 (patch) | |
tree | 3a1d7457a92241183eb54d2a99fb4b027002c33c | |
parent | f1ad4500335cdec4e3ed4f4c8b99130ad70637ea (diff) | |
download | imag-2185d440114e2d2693863371243495048dc7d349.zip imag-2185d440114e2d2693863371243495048dc7d349.tar.gz |
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>
57 files changed, 372 insertions, 372 deletions
diff --git a/bin/core/imag-annotate/Cargo.toml b/bin/core/imag-annotate/Cargo.toml index 11825ea..a004791 100644 --- a/bin/core/imag-annotate/Cargo.toml +++ b/bin/core/imag-annotate/Cargo.toml @@ -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"] diff --git a/bin/core/imag-category/Cargo.toml b/bin/core/imag-category/Cargo.toml index ebdf469..6294a3c 100644 --- a/bin/core/imag-category/Cargo.toml +++ b/bin/core/imag-category/Cargo.toml @@ -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"] diff --git a/bin/core/imag-diagnostics/Cargo.toml b/bin/core/imag-diagnostics/Cargo.toml index d210fcb..7547143 100644 --- a/bin/core/imag-diagnostics/Cargo.toml +++ b/bin/core/imag-diagnostics/Cargo.toml @@ -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"] diff --git a/bin/core/imag-edit/Cargo.toml b/bin/core/imag-edit/Cargo.toml index 447e031..b329e17 100644 --- a/bin/core/imag-edit/Cargo.toml +++ b/bin/core/imag-edit/Cargo.toml @@ -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"] diff --git a/bin/core/imag-git/Cargo.toml b/bin/core/imag-git/Cargo.toml index d16fc8a..278b387 100644 --- a/bin/core/imag-git/Cargo.toml +++ b/bin/core/imag-git/Cargo.toml @@ -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"] diff --git a/bin/core/imag-gps/Cargo.toml b/bin/core/imag-gps/Cargo.toml index 7e0ea09..badb08c 100644 --- a/bin/core/imag-gps/Cargo.toml +++ b/bin/core/imag-gps/Cargo.toml @@ -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"] diff --git a/bin/core/imag-grep/Cargo.toml b/bin/core/imag-grep/Cargo.toml index 87575c9..c95c85b 100644 --- a/bin/core/imag-grep/Cargo.toml +++ b/bin/core/imag-grep/Cargo.toml @@ -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"] diff --git a/bin/core/imag-header/Cargo.toml b/bin/core/imag-header/Cargo.toml index 87829a2..16f0291 100644 --- a/bin/core/imag-header/Cargo.toml +++ b/bin/core/imag-header/Cargo.toml @@ -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"] diff --git a/bin/core/imag-ids/Cargo.toml b/bin/core/imag-ids/Cargo.toml index 3eb2fed..05167dd 100644 --- a/bin/core/imag-ids/Cargo.toml +++ b/bin/core/imag-ids/Cargo.toml @@ -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" diff --git a/bin/core/imag-init/Cargo.toml b/bin/core/imag-init/Cargo.toml index 705668f..9701794 100644 --- a/bin/core/imag-init/Cargo.toml +++ b/bin/core/imag-init/Cargo.toml @@ -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" diff --git a/bin/core/imag-link/Cargo.toml b/bin/core/imag-link/Cargo.toml index be2fa05..aa17bb9 100644 --- a/bin/core/imag-link/Cargo.toml +++ b/bin/core/imag-link/Cargo.toml @@ -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" diff --git a/bin/core/imag-markdown/Cargo.toml b/bin/core/imag-markdown/Cargo.toml index 21b322a..a4575b9 100644 --- a/bin/core/imag-markdown/Cargo.toml +++ b/bin/core/imag-markdown/Cargo.toml @@ -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"] diff --git a/bin/core/imag-mv/Cargo.toml b/bin/core/imag-mv/Cargo.toml index 15a3b0c..8dd5e0d 100644 --- a/bin/core/imag-mv/Cargo.toml +++ b/bin/core/imag-mv/Cargo.toml @@ -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"] diff --git a/bin/core/imag-ref/Cargo.toml b/bin/core/imag-ref/Cargo.toml index 402e7d8..5333054 100644 --- a/bin/core/imag-ref/Cargo.toml +++ b/bin/core/imag-ref/Cargo.toml @@ -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"] diff --git a/bin/core/imag-store/Cargo.toml b/bin/core/imag-store/Cargo.toml index 46ea30d..89b0227 100644 --- a/bin/core/imag-store/Cargo.toml +++ b/bin/core/imag-store/Cargo.toml @@ -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" - diff --git a/bin/core/imag-tag/Cargo.toml b/bin/core/imag-tag/Cargo.toml index 31faafb..d8533d4 100644 --- a/bin/core/imag-tag/Cargo.toml +++ b/bin/core/imag-tag/Cargo.toml @@ -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" diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml index 568183c..dcc0c63 100644 --- a/bin/core/imag-view/Cargo.toml +++ b/bin/core/imag-view/Cargo.toml @@ -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"] diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml index 66126ac..c3a6df6 100644 --- a/bin/core/imag/Cargo.toml +++ b/bin/core/imag/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-bookmark/Cargo.toml b/bin/domain/imag-bookmark/Cargo.toml index 2130fab..d9cea24 100644 --- a/bin/domain/imag-bookmark/Cargo.toml +++ b/bin/domain/imag-bookmark/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml index 9ab4d7e..9c189ac 100644 --- a/bin/domain/imag-contact/Cargo.toml +++ b/bin/domain/imag-contact/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-diary/Cargo.toml b/bin/domain/imag-diary/Cargo.toml index de5ce75..9c50611 100644 --- a/bin/domain/imag-diary/Cargo.toml +++ b/bin/domain/imag-diary/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-habit/Cargo.toml b/bin/domain/imag-habit/Cargo.toml index 907e75f..c4e6b80 100644 --- a/bin/domain/imag-habit/Cargo.toml +++ b/bin/domain/imag-habit/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-log/Cargo.toml b/bin/domain/imag-log/Cargo.toml index 7381c4b..80b96eb 100644 --- a/bin/domain/imag-log/Cargo.toml +++ b/bin/domain/imag-log/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-mail/Cargo.toml b/bin/domain/imag-mail/Cargo.toml index ee1e6d1..52e42fa 100644 --- a/bin/domain/imag-mail/Cargo.toml +++ b/bin/domain/imag-mail/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-notes/Cargo.toml b/bin/domain/imag-notes/Cargo.toml index cd67368..20193d8 100644 --- a/bin/domain/imag-notes/Cargo.toml +++ b/bin/domain/imag-notes/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-timetrack/Cargo.toml b/bin/domain/imag-timetrack/Cargo.toml index 66dda4b..1f02394 100644 --- a/bin/domain/imag-timetrack/Cargo.toml +++ b/bin/domain/imag-timetrack/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml index 2c1a733..136025c 100644 --- a/bin/domain/imag-todo/Cargo.toml +++ b/bin/domain/imag-todo/Cargo.toml @@ -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"] diff --git a/bin/domain/imag-wiki/Cargo.toml b/bin/domain/imag-wiki/Cargo.toml index 8c3fad7..123eeb9 100644 --- a/bin/domain/imag-wiki/Cargo.toml +++ b/bin/domain/imag-wiki/Cargo.toml @@ -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" } diff --git a/lib/core/libimagerror/Cargo.toml b/lib/core/libimagerror/Cargo.toml index 7e0f6ee..7088537 100644 --- a/lib/core/libimagerror/Cargo.toml +++ b/lib/core/libimagerror/Cargo.toml @@ -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" diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index 318d7f3..5995dae 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -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" ] diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml index 0738d0c..8aa8bb2 100644 --- a/lib/core/libimagstore/Cargo.toml +++ b/lib/core/libimagstore/Cargo.toml @@ -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 = [] diff --git a/lib/domain/libimagbookmark/Cargo.toml b/lib/domain/libimagbookmark/Cargo.toml index f351fa5..8a444cf 100644 --- a/lib/domain/libimagbookmark/Cargo.toml +++ b/lib/domain/libimagbookmark/Cargo.toml @@ -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" } diff --git a/lib/domain/libimagcontact/Cargo.toml b/lib/domain/libimagcontact/Cargo.toml index 7617eb2..0e13a0e 100644 --- a/lib/domain/libimagcontact/Cargo.toml +++ b/lib/domain/libimagcontact/Cargo.toml @@ -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" } diff --git a/lib/domain/libimagdiary/Cargo.toml b/lib/domain/libimagdiary/Cargo.toml index 8f00b2f..ef2ee3d 100644 --- a/lib/domain/libimagdiary/Cargo.toml +++ b/lib/domain/libimagdiary/Cargo.toml @@ -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" } diff --git a/lib/domain/libimaghabit/Cargo.toml b/lib/domain/libimaghabit/Cargo.toml index 8b48422..d1d609f 100644 --- a/lib/domain/libimaghabit/Cargo.toml +++ b/lib/domain/libimaghabit/Cargo.toml @@ -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" } diff --git a/lib/domain/libimaglog/Cargo.toml b/lib/domain/libimaglog/Cargo.toml index c4bab1f..55b2409 100644 --- a/lib/domain/libimaglog/Cargo.toml +++ b/lib/domain/libimaglog/Cargo.toml @@ -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" } diff --git a/lib/domain/libimagmail/Cargo.toml b/lib/domain/libimagmail/Cargo.toml index f66c3b0..32255a5 100644 --- a/lib/domain/libimagmail/Cargo.toml +++ b/lib/domain/libimagmail/Cargo.toml @@ -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" } diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml index 4d38276..6c75915 100644 --- a/lib/domain/libimagnotes/Cargo.toml +++ b/lib/domain/libimagnotes/Cargo.toml @@ -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" } diff --git a/lib/domain/libimagtimetrack/Cargo.toml b/lib/domain/libimagtimetrack/Cargo.toml index a24263a..a1bd07d 100644 --- a/lib/domain/libimagtimetrack/Cargo.toml +++ b/lib/domain/libimagtimetrack/Cargo.toml @@ -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" } diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml index 8f4100a..8b2b9f3 100644 --- a/lib/domain/libimagtodo/Cargo.toml +++ b/lib/domain/libimagtodo/Cargo.toml @@ -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" } diff --git a/lib/domain/libimagwiki/Cargo.toml b/lib/domain/libimagwiki/Cargo.toml index 8051ada..9f69e94 100644 --- a/lib/domain/libimagwiki/Cargo.toml +++ b/lib/domain/libimagwiki/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentryannotation/Cargo.toml b/lib/entry/libimagentryannotation/Cargo.toml index b529531..ee99934 100644 --- a/lib/entry/libimagentryannotation/Cargo.toml +++ b/lib/entry/libimagentryannotation/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml index b931cfc..cbb5b68 100644 --- a/lib/entry/libimagentrycategory/Cargo.toml +++ b/lib/entry/libimagentrycategory/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml index e8524f4..adc20c9 100644 --- a/lib/entry/libimagentrydatetime/Cargo.toml +++ b/lib/entry/libimagentrydatetime/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentryedit/Cargo.toml b/lib/entry/libimagentryedit/Cargo.toml index a320fb9..23e56f0 100644 --- a/lib/entry/libimagentryedit/Cargo.toml +++ b/lib/entry/libimagentryedit/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentryfilter/Cargo.toml b/lib/entry/libimagentryfilter/Cargo.toml index 44c9e8d..3388d5a 100644 --- a/lib/entry/libimagentryfilter/Cargo.toml +++ b/lib/entry/libimagentryfilter/Cargo.toml @@ -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"] diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml index 68b16ac..b9324e2 100644 --- a/lib/entry/libimagentrygps/Cargo.toml +++ b/lib/entry/libimagentrygps/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml index 2b48aa8..40302be 100644 --- a/lib/entry/libimagentrylink/Cargo.toml +++ b/lib/entry/libimagentrylink/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentrymarkdown/Cargo.toml b/lib/entry/libimagentrymarkdown/Cargo.toml index bcd97a5..5006768 100644 --- a/lib/entry/libimagentrymarkdown/Cargo.toml +++ b/lib/entry/libimagentrymarkdown/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index 426aa73..e4a0192 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml index da5a6a7..6dbc24a 100644 --- a/lib/entry/libimagentrytag/Cargo.toml +++ b/lib/entry/libimagentrytag/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentryurl/Cargo.toml b/lib/entry/libimagentryurl/Cargo.toml index 5b17404..90d641e 100644 --- a/lib/entry/libimagentryurl/Cargo.toml +++ b/lib/entry/libimagentryurl/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentryutil/Cargo.toml b/lib/entry/libimagentryutil/Cargo.toml index 29af27c..1dc11a2 100644 --- a/lib/entry/libimagentryutil/Cargo.toml +++ b/lib/entry/libimagentryutil/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml index ab2b4a3..5907fce 100644 --- a/lib/entry/libimagentryview/Cargo.toml +++ b/lib/entry/libimagentryview/Cargo.toml @@ -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"] diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml index 513e3db..9217d77 100644 --- a/lib/etc/libimaginteraction/Cargo.toml +++ b/lib/etc/libimaginteraction/Cargo.toml @@ -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"] diff --git a/lib/etc/libimagtimeui/Cargo.toml b/lib/etc/libimagtimeui/Cargo.toml index 6f42e79..1e5eaa2 100644 --- a/lib/etc/libimagtimeui/Cargo.toml +++ b/lib/etc/libimagtimeui/Cargo.toml @@ -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"] diff --git a/lib/etc/libimagutil/Cargo.toml b/lib/etc/libimagutil/Cargo.toml index 742f4d8..369e94e 100644 --- a/lib/etc/libimagutil/Cargo.toml +++ b/lib/etc/libimagutil/Cargo.toml @@ -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" |