diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2017-01-30 08:06:57 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2017-01-30 08:06:57 +0100 |
commit | 6e47ce8de79cb8d10a56cf7ec221a0e7cb5b09ed (patch) | |
tree | 835d10f3401b0164fd8394cb4dfe168359283d32 | |
parent | ddc49de0c315f10d7dd085aed3dbd3b88d78343b (diff) | |
download | imag-6e47ce8de79cb8d10a56cf7ec221a0e7cb5b09ed.zip imag-6e47ce8de79cb8d10a56cf7ec221a0e7cb5b09ed.tar.gz |
Update regex to 0.2.*
-rw-r--r-- | libimagentryfilter/Cargo.toml | 2 | ||||
-rw-r--r-- | libimagentrytag/Cargo.toml | 2 | ||||
-rw-r--r-- | libimaginteraction/Cargo.toml | 2 | ||||
-rw-r--r-- | libimagstore/Cargo.toml | 2 | ||||
-rw-r--r-- | libimagtimeui/Cargo.toml | 2 | ||||
-rw-r--r-- | libimagutil/Cargo.toml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index fd5562e..43ab42a 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 0ac821a..7d7d0ea 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 cde39f2..95e0dde 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 5b050f6..656092f 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 32509fd..5d14388 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 7b37d19..4731a9c 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" |