From 6e47ce8de79cb8d10a56cf7ec221a0e7cb5b09ed Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 30 Jan 2017 08:06:57 +0100 Subject: [PATCH] Update regex to 0.2.* --- libimagentryfilter/Cargo.toml | 2 +- libimagentrytag/Cargo.toml | 2 +- libimaginteraction/Cargo.toml | 2 +- libimagstore/Cargo.toml | 2 +- libimagtimeui/Cargo.toml | 2 +- libimagutil/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index fd5562ed..43ab42a7 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -18,7 +18,7 @@ clap = ">=2.17" filters = "0.1.*" itertools = "0.5" log = "0.3" -regex = "0.1" +regex = "0.2" semver = "0.5.*" toml = "0.2.*" diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index 0ac821ad..7d7d0ead 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/Cargo.toml @@ -16,7 +16,7 @@ homepage = "http://imag-pim.org" [dependencies] clap = ">=2.17" log = "0.3" -regex = "0.1" +regex = "0.2" toml = "0.2.*" itertools = "0.5" diff --git a/libimaginteraction/Cargo.toml b/libimaginteraction/Cargo.toml index cde39f26..95e0dde1 100644 --- a/libimaginteraction/Cargo.toml +++ b/libimaginteraction/Cargo.toml @@ -19,7 +19,7 @@ clap = ">=2.17" interactor = "0.1" lazy_static = "0.2.*" log = "0.3" -regex = "0.1" +regex = "0.2" toml = "0.2.1" spinner = "0.4" rustyline = "1.0" diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index 5b050f6b..656092f5 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -18,7 +18,7 @@ fs2 = "0.4" glob = "0.2.11" lazy_static = "0.2.*" log = "0.3" -regex = "0.1" +regex = "0.2" semver = "0.5" toml = "0.2.*" version = "2.0.1" diff --git a/libimagtimeui/Cargo.toml b/libimagtimeui/Cargo.toml index 32509fda..5d143889 100644 --- a/libimagtimeui/Cargo.toml +++ b/libimagtimeui/Cargo.toml @@ -18,7 +18,7 @@ clap = ">=2.17" lazy_static = "0.2" log = "0.3" chrono = "0.2" -regex = "0.1" +regex = "0.2" [dependencies.libimagerror] path = "../libimagerror" diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index 7b37d19e..4731a9cf 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/Cargo.toml @@ -18,6 +18,6 @@ url = "1.2" boolinator = "2.4.0" lazy_static = "0.2" log = "0.3" -regex = "0.1" +regex = "0.2" tempfile = "2.1"