Update TOML dependency string in Cargo.toml

This commit is contained in:
Matthias Beyer 2017-05-30 20:32:59 +02:00
parent fc5372d3f9
commit 5817109279
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ semver = "0.5"
clap = "2.*"
log = "0.3"
version = "2.0.1"
toml = "0.2.*"
toml = "0.4.*"
url = "1.2"
[dependencies.libimagrt]

View File

@ -20,7 +20,7 @@ log = "0.3.6"
semver = "0.5.1"
serde_json = "0.8.3"
task-hookrs = "0.2.2"
toml = "0.2.*"
toml = "0.4.*"
version = "2.0.1"
[dependencies.libimagrt]

View File

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

View File

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
chrono = "0.2"
log = "0.3"
semver = "0.5"
toml = "0.2.*"
toml = "0.4.*"
regex = "0.1"
lazy_static = "0.2"
itertools = "0.5"

View File

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
log = "0.3"
mailparse = "0.4"
semver = "0.5"
toml = "0.2.*"
toml = "0.4.*"
filters = "0.1.*"
[dependencies.libimagstore]

View File

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
semver = "0.2"
task-hookrs = "0.2.2"
uuid = "0.3"
toml = "0.2.*"
toml = "0.4.*"
log = "0.3"
serde_json = "0.8"