diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index cbc190e9..ed215bc5 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/Cargo.toml @@ -8,7 +8,7 @@ semver = "0.2.1" clap = "2.*" log = "0.3" version = "2.0.1" -toml = "0.1.25" +toml = "0.2.*" url = "1.1" [dependencies.libimagstore] diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml index 19b107fb..29678580 100644 --- a/imag-store/Cargo.toml +++ b/imag-store/Cargo.toml @@ -8,7 +8,7 @@ clap = "2.*" log = "0.3" version = "2.0.1" semver = "0.2.1" -toml = "0.1.25" +toml = "0.2.*" [dependencies.libimagstore] path = "../libimagstore" diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index edba38c5..4028ec62 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -8,7 +8,7 @@ clap = "2.*" log = "0.3" version = "2.0.1" semver = "0.2.1" -toml = "0.1.25" +toml = "0.2.*" [dependencies.libimagstore] path = "../libimagstore" diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 540de4e4..ace85d73 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -10,7 +10,7 @@ log = "0.3.6" semver = "0.2.3" serde_json = "0.7.4" task-hookrs = "0.2.0" -toml = "0.1.28" +toml = "0.2.*" version = "2.0.1" [dependencies.libimagrt] diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml index 4d71ba98..b2075ebc 100644 --- a/imag-view/Cargo.toml +++ b/imag-view/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Matthias Beyer "] clap = "2.*" log = "0.3" semver = "0.2.1" -toml = "0.1.25" +toml = "0.2.*" version = "2.0.1" [dependencies.libimagstore] diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml index 60fec3b3..41a311a5 100644 --- a/libimagcounter/Cargo.toml +++ b/libimagcounter/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] log = "0.3" -toml = "0.1.25" +toml = "0.2.*" semver = "0.2" [dependencies.libimagstore] diff --git a/libimagdiary/Cargo.toml b/libimagdiary/Cargo.toml index 2d21d7f6..eac1a292 100644 --- a/libimagdiary/Cargo.toml +++ b/libimagdiary/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Matthias Beyer "] chrono = "0.2" log = "0.3.5" semver = "0.2" -toml = "0.1.25" +toml = "0.2.*" regex = "0.1" lazy_static = "0.2" itertools = "0.4" diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index fcd53161..0166dcb4 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -8,7 +8,7 @@ clap = "2.*" itertools = "0.4" log = "0.3" regex = "0.1" -toml = "0.1.27" +toml = "0.2.*" semver = "0.2.1" [dependencies.libimagstore] diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index cb48af2b..e90cc0f5 100644 --- a/libimagentrylink/Cargo.toml +++ b/libimagentrylink/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] itertools = "0.4" log = "0.3" -toml = "0.1.27" +toml = "0.2.*" semver = "0.2" url = "1.1" rust-crypto = "0.2.35" diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index 3af04741..b0b39bc4 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.*" log = "0.3" -toml = "0.1.25" +toml = "0.2.*" prettytable-rs = "0.6.*" [dependencies.libimagstore] diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index 1197c262..4cb40653 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Matthias Beyer "] clap = "2.*" log = "0.3" regex = "0.1" -toml = "0.1.25" +toml = "0.2.*" itertools = "0.4" [dependencies.libimagstore] diff --git a/libimagentryview/Cargo.toml b/libimagentryview/Cargo.toml index 43c2830c..42b6fa8d 100644 --- a/libimagentryview/Cargo.toml +++ b/libimagentryview/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] log = "0.3" -toml = "0.1.25" +toml = "0.2.*" glob = "0.2.11" [dependencies.libimagstore] diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml index f33fb8e0..94fabbef 100644 --- a/libimagnotes/Cargo.toml +++ b/libimagnotes/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] semver = "0.2" log = "0.3" -toml = "0.1.25" +toml = "0.2.*" [dependencies.libimagstore] path = "../libimagstore" diff --git a/libimagref/Cargo.toml b/libimagref/Cargo.toml index dd14cdbc..84d453aa 100644 --- a/libimagref/Cargo.toml +++ b/libimagref/Cargo.toml @@ -8,7 +8,7 @@ itertools = "0.4" log = "0.3" rust-crypto = "0.2" semver = "0.2" -toml = "0.1.27" +toml = "0.2.*" version = "2.0.1" walkdir = "0.1.5" diff --git a/libimagrt/Cargo.toml b/libimagrt/Cargo.toml index 0814bf78..defad35b 100644 --- a/libimagrt/Cargo.toml +++ b/libimagrt/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.*" env_logger = "0.3" -toml = "0.1.27" +toml = "0.2.*" log = "0.3" xdg-basedir = "0.2.2" itertools = "0.4" diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index 3f253a68..d1bde354 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -10,7 +10,7 @@ lazy_static = "0.1.15" log = "0.3" regex = "0.1" semver = "0.2" -toml = "0.1.25" +toml = "0.2.*" version = "2.0.1" crossbeam = "0.2.8" walkdir = "0.1.5" diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index 163f6398..b9bda7f3 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Matthias Beyer "] [dependencies] -toml = "0.1.25" +toml = "0.2.*" log = "0.3" fs2 = "0.2" diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index 7ef12711..09369719 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -7,7 +7,7 @@ authors = ["mario "] semver = "0.2" task-hookrs = "0.2" uuid = "0.2.0" -toml = "0.1.28" +toml = "0.2.*" log = "0.3.6" serde_json = "0.7.3"