From 96b7a7622743e5fd9b9884c8dfbbab4acfea35d0 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 01/17] Update log: 0.3.* -> 0.3 --- imag-counter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml index 5ef71d51..d3441fbb 100644 --- a/imag-counter/Cargo.toml +++ b/imag-counter/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" -log = "0.3.5" +log = "0.3" version = "2.0.1" [dependencies.libimagrt] From 465f43cd6e951e47bd0a1dc4fea63bffb093a54b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 02/17] Update log: 0.3.* -> 0.3 --- imag-link/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index 70df3df5..21e4e72b 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] semver = "0.2.1" clap = "2.1.1" -log = "0.3.5" +log = "0.3" version = "2.0.1" toml = "0.1.25" url = "0.5.5" From a2ca6b4feb195873e379c21f9a32b2a1b58fe948 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 03/17] Update log: 0.3.* -> 0.3 --- imag-notes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml index fac64742..64f9f990 100644 --- a/imag-notes/Cargo.toml +++ b/imag-notes/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] semver = "0.2.1" clap = "2.1.1" -log = "0.3.5" +log = "0.3" version = "2.0.1" [dependencies.libimagrt] From e3105fe085667ea3258596b3f78c83e846519f56 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 04/17] Update log: 0.3.* -> 0.3 --- imag-store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml index cadd37d0..0deba5a0 100644 --- a/imag-store/Cargo.toml +++ b/imag-store/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" -log = "0.3.5" +log = "0.3" version = "2.0.1" semver = "0.2.1" toml = "0.1.25" From 1b280b2f186bcee997bcb556840063de5b28a687 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 05/17] Update log: 0.3.* -> 0.3 --- imag-tag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index 5cd1df03..c3ed51ef 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" -log = "0.3.5" +log = "0.3" version = "2.0.1" semver = "0.2.1" toml = "0.1.25" From c29c6bf4a38dd90dd2a953b0118451332f2866cc Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 06/17] Update log: 0.3.* -> 0.3 --- imag-view/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml index 5dd2504d..b3a52460 100644 --- a/imag-view/Cargo.toml +++ b/imag-view/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" glob = "0.2.11" -log = "0.3.5" +log = "0.3" rustbox = "0.8.1" semver = "0.2.1" toml = "0.1.25" From 15986cba3490053d72095a004dbc8bc037b64dbe Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 07/17] Update log: 0.3.* -> 0.3 --- libimagcounter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml index 15ec9add..8d880182 100644 --- a/libimagcounter/Cargo.toml +++ b/libimagcounter/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Matthias Beyer "] [dependencies] -log = "0.3.5" +log = "0.3" toml = "0.1.25" semver = "0.2" From f168d8c871eea8483dc175aba1dd904e955fd9c5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 08/17] Update log: 0.3.* -> 0.3 --- libimagentryfilter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index e4ff3aa0..f746a223 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" itertools = "0.4" -log = "0.3.4" +log = "0.3" regex = "0.1" toml = "0.1.27" semver = "0.2.1" From abcbfd7f27791f95e4e8a4ff9657d5df15ddf06b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 09/17] Update log: 0.3.* -> 0.3 --- libimagentrylink/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index 266f9571..6dfef016 100644 --- a/libimagentrylink/Cargo.toml +++ b/libimagentrylink/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] itertools = "0.4" -log = "0.3.4" +log = "0.3" toml = "0.1.27" semver = "0.2" url = "0.5.5" From 72e53e16f637edc4eeda53cfc4a005f3f9b60db2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 10/17] Update log: 0.3.* -> 0.3 --- libimagentrylist/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index 8093905d..e8905dfe 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" -log = "0.3.5" +log = "0.3" toml = "0.1.25" [dependencies.libimagstore] From eb8f5a7c92108e4743e20ece9fc1371990d5255f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 11/17] Update log: 0.3.* -> 0.3 --- libimagentrytag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index 9b5d0b64..db2df486 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" -log = "0.3.5" +log = "0.3" regex = "0.1" toml = "0.1.25" itertools = "0.4" From 40fed760d588f9ccfb9165530784e95e6e20b1fe Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 12/17] Update log: 0.3.* -> 0.3 --- libimaginteraction/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimaginteraction/Cargo.toml b/libimaginteraction/Cargo.toml index f1457ac1..e0bea398 100644 --- a/libimaginteraction/Cargo.toml +++ b/libimaginteraction/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] spinner = "0.4" interactor = "0.1" -log = "0.3.5" +log = "0.3" ansi_term = "0.7.2" regex = "0.1" lazy_static = "0.1.15" From dda40fb5d2f7bbd4e1b1f7128dea1c6ba9ca9dbc Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 13/17] Update log: 0.3.* -> 0.3 --- libimagnotes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml index a6f41952..6bc99cee 100644 --- a/libimagnotes/Cargo.toml +++ b/libimagnotes/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] semver = "0.2" -log = "0.3.5" +log = "0.3" toml = "0.1.25" [dependencies.libimagstore] From acfff704988283a6a648c32dfd5e69145468c92e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 14/17] Update log: 0.3.* -> 0.3 --- libimagrt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagrt/Cargo.toml b/libimagrt/Cargo.toml index bb37744a..6989ef69 100644 --- a/libimagrt/Cargo.toml +++ b/libimagrt/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" toml = "0.1.27" -log = "0.3.4" +log = "0.3" xdg-basedir = "0.2.2" itertools = "0.4" tempfile = "2.1.1" From 62f6478476b941794f7d7a5e21552549ac65efaa Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 15/17] Update log: 0.3.* -> 0.3 --- libimagstore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index f2af405f..7c0fbf49 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Matthias Beyer "] fs2 = "0.2.2" glob = "0.2.11" lazy_static = "0.1.15" -log = "0.3.5" +log = "0.3" regex = "0.1" semver = "0.2" toml = "0.1.25" From 9e0eb9f470c01a18517d0b99e8eec364e586cb52 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 16/17] Update log: 0.3.* -> 0.3 --- libimagstorestdhook/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index 43bf50ed..81ba8f37 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Matthias Beyer "] [dependencies] toml = "0.1.25" -log = "0.3.5" +log = "0.3" fs2 = "0.2.3" [dependencies.libimagstore] From 111c8b73f04af1ae949906884ee1826bd8a859df Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH 17/17] Update log: 0.3.* -> 0.3 --- libimagutil/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index 873ff770..96638623 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/Cargo.toml @@ -5,6 +5,6 @@ authors = ["Matthias Beyer "] [dependencies] lazy_static = "0.1.15" -log = "0.3.5" +log = "0.3" regex = "0.1"