dependency: toml: 0.2.* -> 0.4.*

This commit is contained in:
Matthias Beyer 2017-05-03 17:39:50 +02:00
parent c74c26ccd1
commit 585b5ffad6
16 changed files with 16 additions and 16 deletions

View file

@ -18,7 +18,7 @@ semver = "0.5.1"
clap = ">=2.17"
log = "0.3"
version = "2.0.1"
toml = "0.2.*"
toml = "^0.4"
url = "1.2"
[dependencies.libimagstore]

View file

@ -18,7 +18,7 @@ clap = ">=2.17"
log = "0.3"
version = "2.0.1"
semver = "0.5"
toml = "0.2.*"
toml = "^0.4"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -18,7 +18,7 @@ clap = "2.*"
log = "0.3"
version = "2.0.1"
semver = "0.2"
toml = "0.2.*"
toml = "^0.4"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
clap = ">=2.17"
log = "0.3"
semver = "0.5"
toml = "0.2.*"
toml = "^0.4"
version = "2.0.1"
[dependencies.libimagstore]

View file

@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
uuid = { version = "0.3.1", features = ["v4"] }
lazy_static = "0.1.15"
toml = "0.2.*"
toml = "^0.4"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -20,7 +20,7 @@ itertools = "0.5"
log = "0.3"
regex = "0.2"
semver = "0.5.*"
toml = "0.2.*"
toml = "^0.4"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
itertools = "0.5"
log = "0.3"
toml = "0.2.*"
toml = "^0.4"
semver = "0.5"
url = "1.2"
rust-crypto = "0.2"

View file

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
clap = ">=2.17"
log = "0.3"
toml = "0.2.*"
toml = "^0.4"
prettytable-rs = "0.6.*"
[dependencies.libimagstore]

View file

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
clap = ">=2.17"
log = "0.3"
regex = "0.2"
toml = "0.2.*"
toml = "^0.4"
itertools = "0.5"
[dependencies.libimagstore]

View file

@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
[dependencies]
log = "0.3"
toml = "0.2.*"
toml = "^0.4"
glob = "0.2"
[dependencies.libimagrt]

View file

@ -20,7 +20,7 @@ interactor = "0.1"
lazy_static = "0.2.*"
log = "0.3"
regex = "0.2"
toml = "0.2.1"
toml = "^0.4"
spinner = "0.4"
rustyline = "1.0"

View file

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
semver = "0.5"
log = "0.3"
toml = "0.2.*"
toml = "^0.4"
[dependencies.libimagstore]
path = "../libimagstore"

View file

@ -18,7 +18,7 @@ itertools = "0.5"
log = "0.3"
rust-crypto = "0.2"
semver = "0.5"
toml = "0.2.*"
toml = "^0.4"
version = "2.0.1"
walkdir = "1.0.*"

View file

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
clap = ">=2.17"
env_logger = "0.3"
toml = "0.2.*"
toml = "^0.4"
log = "0.3"
xdg-basedir = "1.0"
itertools = "0.5"

View file

@ -20,7 +20,7 @@ lazy_static = "0.2.*"
log = "0.3"
regex = "0.2"
semver = "0.5"
toml = "0.2.*"
toml = "^0.4"
version = "2.0.1"
crossbeam = "0.2.*"
walkdir = "1.0.*"

View file

@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
toml = "0.2.*"
toml = "^0.4"
log = "0.3"
fs2 = "0.3"
git2 = "0.5"