From 144c42aee533b52e4d5e723a14e9aba9bb7be216 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 21:00:31 +0200 Subject: [PATCH 1/5] libimagstore Update regex 0.1.x -> 0.1.* --- libimagstore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index 2ef16ab6..6cde98bf 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -8,7 +8,7 @@ fs2 = "0.2.2" glob = "0.2.11" lazy_static = "0.1.15" log = "0.3.5" -regex = "0.1.54" +regex = "0.1" semver = "0.2" toml = "0.1.25" version = "2.0.1" From a4eaab5d56c10cba26b351a0bdfcb478828678ed Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 21:00:31 +0200 Subject: [PATCH 2/5] libimaginteraction Update regex 0.1.x -> 0.1.* --- libimaginteraction/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimaginteraction/Cargo.toml b/libimaginteraction/Cargo.toml index 5b4d8243..f1457ac1 100644 --- a/libimaginteraction/Cargo.toml +++ b/libimaginteraction/Cargo.toml @@ -8,7 +8,7 @@ spinner = "0.4" interactor = "0.1" log = "0.3.5" ansi_term = "0.7.2" -regex = "0.1.62" +regex = "0.1" lazy_static = "0.1.15" [dependencies.libimagstore] From 6309dd281d4a32242bf82d15d2ff4ab4684e4c7a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 21:00:31 +0200 Subject: [PATCH 3/5] libimagentryfilter Update regex 0.1.x -> 0.1.* --- libimagentryfilter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index bada6d9f..1fcffd64 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Matthias Beyer "] clap = "2.1.1" itertools = "0.4.7" log = "0.3.4" -regex = "0.1.48" +regex = "0.1" toml = "0.1.27" semver = "0.2.1" From 9732c84247853e527ddb60268e2866416c5abbc2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 21:00:31 +0200 Subject: [PATCH 4/5] libimagutil Update regex 0.1.x -> 0.1.* --- libimagutil/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index f0e63cf4..873ff770 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/Cargo.toml @@ -6,5 +6,5 @@ authors = ["Matthias Beyer "] [dependencies] lazy_static = "0.1.15" log = "0.3.5" -regex = "0.1.54" +regex = "0.1" From da254ac971b578cd5769a6d9ba49d78cca12ab6d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Apr 2016 21:00:31 +0200 Subject: [PATCH 5/5] libimagentrytag Update regex 0.1.x -> 0.1.* --- libimagentrytag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index 43d73b37..f7894efc 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" log = "0.3.5" -regex = "0.1.47" +regex = "0.1" toml = "0.1.25" itertools = "0.4.7"