Update dependencies from git versions to proper versions.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
dfba366a89
commit
17d4123898
39 changed files with 47 additions and 47 deletions
|
@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
|
|||
log = "0.4.0"
|
||||
url = "1.2"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -18,7 +18,7 @@ build = "../../../build.rs"
|
|||
[dependencies]
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
indicatif = "0.9"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
|
|||
log = "0.4"
|
||||
version = "3"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
toml-query = "0.8"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
toml-query = "0.8"
|
||||
|
||||
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
|
|||
log = "0.4.0"
|
||||
url = "1.2"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -26,7 +26,7 @@ filters = "0.3"
|
|||
nom = "3.2"
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
is-match = "0.1"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
|
|||
log = "0.4.0"
|
||||
url = "1.5"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
prettytable-rs = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
|
@ -52,5 +52,5 @@ default-features = false
|
|||
features = ["testing"]
|
||||
|
||||
[dev-dependencies.toml-query]
|
||||
version = "0.7"
|
||||
version = "0.8"
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ default-features = false
|
|||
features = ["color", "suggestions", "wrap_help"]
|
||||
|
||||
[dev-dependencies]
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
env_logger = "0.5"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
handlebars = "1.0"
|
||||
tempfile = "3"
|
||||
failure = "0.1"
|
||||
|
|
|
@ -34,7 +34,7 @@ maintenance = { status = "actively-developed" }
|
|||
walkdir = "2"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
toml-query = "0.8"
|
||||
|
||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -24,8 +24,8 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "master" }
|
||||
toml-query = "0.8"
|
||||
vobject = "0.7"
|
||||
handlebars = "1.0"
|
||||
walkdir = "2"
|
||||
uuid = { version = "0.7", features = ["v4"] }
|
||||
|
|
|
@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
|
|||
chrono = "0.4"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
itertools = "0.7"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ maintenance = { status = "actively-developed" }
|
|||
chrono = "0.4"
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
kairos = "0.3"
|
||||
prettytable-rs = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
is-match = "0.1"
|
||||
itertools = "0.7"
|
||||
failure = "0.1"
|
||||
|
|
|
@ -27,7 +27,7 @@ chrono = "0.4"
|
|||
filters = "0.3"
|
||||
itertools = "0.7"
|
||||
prettytable-rs = "0.8"
|
||||
kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "failure" }
|
||||
kairos = "0.3"
|
||||
failure = "0.1"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
is-match = "0.1"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ build = "../../../build.rs"
|
|||
clap = ">=2.17"
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
toml-query = "0.8"
|
||||
is-match = "0.1"
|
||||
regex = "1"
|
||||
filters = "0.3"
|
||||
|
|
|
@ -25,7 +25,7 @@ toml = "0.4"
|
|||
xdg-basedir = "1.0"
|
||||
itertools = "0.7"
|
||||
ansi_term = "0.11"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
atty = "0.2"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
|
|
|
@ -29,8 +29,8 @@ walkdir = "2"
|
|||
is-match = "0.1"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
failure = "0.1"
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
|
|
@ -23,8 +23,8 @@ maintenance = { status = "actively-developed" }
|
|||
failure = "0.1"
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "master" }
|
||||
toml-query = "0.8"
|
||||
vobject = "0.7"
|
||||
uuid = "0.7"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
|
|
|
@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
|
|||
chrono = "0.4"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
toml-query = "0.8"
|
||||
itertools = "0.7"
|
||||
failure = "0.1"
|
||||
filters = "0.3"
|
||||
|
|
|
@ -23,8 +23,8 @@ maintenance = { status = "actively-developed" }
|
|||
chrono = "0.4"
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
kairos = "0.3"
|
||||
failure = "0.1"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -20,9 +20,9 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
failure = "0.1"
|
||||
toml = "0.4"
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
|
|||
filters = "0.3"
|
||||
chrono = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
lazy_static = "1"
|
||||
is-match = "0.1"
|
||||
failure = "0.1"
|
||||
|
|
|
@ -20,10 +20,10 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
task-hookrs = { git = "https://github.com/matthiasbeyer/task-hookrs", branch = "failure" }
|
||||
task-hookrs = "0.6.0"
|
||||
uuid = "0.7"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
log = "0.4.0"
|
||||
serde_json = "1"
|
||||
failure = "0.1"
|
||||
|
|
|
@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
filters = "0.3"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
lazy_static = "1"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
lazy_static = "1"
|
||||
toml = "0.4"
|
||||
failure = "0.1"
|
||||
|
|
|
@ -26,7 +26,7 @@ log = "0.4.0"
|
|||
regex = "1"
|
||||
semver = "0.9"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
|
|||
|
||||
[dependencies]
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
serde_derive = "1"
|
||||
serde = "1"
|
||||
failure = "0.1"
|
||||
|
|
|
@ -27,7 +27,7 @@ url = "1.5"
|
|||
sha-1 = "0.7"
|
||||
hex = "0.3"
|
||||
is-match = "0.1"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
|
|||
itertools = "0.7"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
sha-1 = { version = "0.7", optional = true }
|
||||
sha2 = { version = "0.7", optional = true }
|
||||
|
|
|
@ -26,7 +26,7 @@ toml = "0.4"
|
|||
itertools = "0.7"
|
||||
is-match = "0.1"
|
||||
filters = "0.3"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
failure = "0.1"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
|
|||
|
||||
[dependencies]
|
||||
toml = "0.4"
|
||||
toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
|
||||
toml-query = "0.8"
|
||||
filters = "0.3"
|
||||
failure = "0.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue